1
0
Fork 0
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:
Guillaume Ayoub 2011-10-19 19:56:05 +02:00
parent 83d249a7cd
commit c58f078d44

View file

@ -77,7 +77,6 @@ h5, h5 a {
text-transform: uppercase; text-transform: uppercase;
} }
/*---HEADER---*/
header { header {
position: absolute; position: absolute;
top:2em; top:2em;
@ -103,12 +102,6 @@ h1 a:hover, h1 a:focus {
color: transparent; color: transparent;
} }
b, strong {
font-weight: normal;
text-outline: 0.5px black;
}
/*---NAV---*/
nav { nav {
display: table; display: table;
margin: 2em auto 150px; margin: 2em auto 150px;
@ -130,7 +123,6 @@ nav li {
display: table-cell; display: table-cell;
} }
nav li a{ nav li a{
color: #83dd00; color: #83dd00;
display: block; display: block;
@ -158,7 +150,6 @@ nav li a[href]:focus {
color: #4e9a06; color: #4e9a06;
} }
/*---SECTION--*/
body > section { body > section {
margin:0 auto 0; margin:0 auto 0;
max-width: 70em; max-width: 70em;
@ -264,7 +255,6 @@ pre {
padding: 15px; padding: 15px;
} }
/*---FOOTER--*/
footer { footer {
border-bottom: 2px dotted #4e9a06; border-bottom: 2px dotted #4e9a06;
bottom:0; bottom:0;
@ -273,7 +263,7 @@ footer {
right: 0; right: 0;
position: absolute; position: absolute;
text-align: center; text-align: center;
} }
footer ul { footer ul {
margin: 0 auto; margin: 0 auto;