1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Clean some little things in the CSS, set a maximum width

This commit is contained in:
Guillaume Ayoub 2011-08-26 20:07:44 +02:00
parent ccba3501e2
commit aa208d4497

View file

@ -18,9 +18,9 @@ body {
color: #818181; color: #818181;
margin: -2em 0 0 0; margin: -2em 0 0 0;
min-height: 100%; min-height: 100%;
width:100%;
position: absolute;
padding-bottom:2em; padding-bottom:2em;
position: absolute;
width:100%;
} }
a { a {
@ -36,9 +36,7 @@ a:hover, a:focus {
h2 { h2 {
background: url(img/icon.png) no-repeat top left; background: url(img/icon.png) no-repeat top left;
color: #a40000; color: #a40000;
font-family: "menu"; font-family: "menu";
margin-bottom:35px; margin-bottom:35px;
padding: 8px 0 0 35px ; padding: 8px 0 0 35px ;
text-transform: uppercase; text-transform: uppercase;
@ -47,6 +45,8 @@ h2 {
h3 { h3 {
color: #a40000; color: #a40000;
font-family: "menu"; font-family: "menu";
font-size: 1.4em;
margin-top: 2em;
} }
h3 a { h3 a {
@ -161,6 +161,7 @@ nav li a[href]:focus {
/*---SECTION--*/ /*---SECTION--*/
body > section { body > section {
margin:0 auto 0; margin:0 auto 0;
max-width: 70em;
width: 75%; width: 75%;
} }
@ -194,8 +195,8 @@ body > section {
} }
.contents ul li li { .contents ul li li {
list-style: disc;
color: white; color: white;
list-style: disc;
} }
article { article {