mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Remove useless lines in the CSS
This commit is contained in:
parent
83d249a7cd
commit
c58f078d44
1 changed files with 1 additions and 11 deletions
|
@ -77,7 +77,6 @@ h5, h5 a {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/*---HEADER---*/
|
||||
header {
|
||||
position: absolute;
|
||||
top:2em;
|
||||
|
@ -103,12 +102,6 @@ h1 a:hover, h1 a:focus {
|
|||
color: transparent;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
font-weight: normal;
|
||||
text-outline: 0.5px black;
|
||||
}
|
||||
|
||||
/*---NAV---*/
|
||||
nav {
|
||||
display: table;
|
||||
margin: 2em auto 150px;
|
||||
|
@ -130,7 +123,6 @@ nav li {
|
|||
display: table-cell;
|
||||
}
|
||||
|
||||
|
||||
nav li a{
|
||||
color: #83dd00;
|
||||
display: block;
|
||||
|
@ -158,7 +150,6 @@ nav li a[href]:focus {
|
|||
color: #4e9a06;
|
||||
}
|
||||
|
||||
/*---SECTION--*/
|
||||
body > section {
|
||||
margin:0 auto 0;
|
||||
max-width: 70em;
|
||||
|
@ -264,7 +255,6 @@ pre {
|
|||
padding: 15px;
|
||||
}
|
||||
|
||||
/*---FOOTER--*/
|
||||
footer {
|
||||
border-bottom: 2px dotted #4e9a06;
|
||||
bottom:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue