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 */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
text-decoration: none;
|
||||
/*! text-decoration: none; */
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -168,11 +168,13 @@ footer {
|
|||
}
|
||||
|
||||
footer h1 {
|
||||
display: block;
|
||||
font-size: 130%;
|
||||
color: var(--chalec_yellow);
|
||||
font-weight: bold;
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
@ -484,7 +486,7 @@ a:hover {
|
|||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
cursor: progress;
|
||||
}
|
||||
|
||||
|
@ -633,7 +635,6 @@ Chalec images
|
|||
}
|
||||
|
||||
#chalec_footer h1 {
|
||||
display: block;
|
||||
margin-top: 0px;
|
||||
font-size: 115%;
|
||||
padding: 15px;
|
||||
|
|
Loading…
Reference in New Issue