Maj gsl 0.1.6
This commit is contained in:
parent
e6c536629d
commit
0b213726a4
|
@ -33,7 +33,7 @@
|
||||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
box-sizing: border-box; /* Opera/IE 8+ */
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
text-decoration: none;
|
/*! text-decoration: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -168,11 +168,13 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer h1 {
|
footer h1 {
|
||||||
|
display: block;
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
color: var(--chalec_yellow);
|
color: var(--chalec_yellow);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -484,7 +486,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -633,11 +635,10 @@ Chalec images
|
||||||
}
|
}
|
||||||
|
|
||||||
#chalec_footer h1 {
|
#chalec_footer h1 {
|
||||||
display: block;
|
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-bottom: 0 px;
|
margin-bottom: 0px;
|
||||||
font-size: 120%
|
font-size: 120%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue