datenspuren style: #footer

This commit is contained in:
Astro 2012-06-27 23:36:27 +02:00
parent be4b71501e
commit 09fced1c68
1 changed files with 18 additions and 4 deletions

View File

@ -98,7 +98,11 @@ body {
list-style: none;
padding-left: 0px;
}
.date { float: right; }
.date {
float: right;
color: #999;
font-size: 80%;
}
#content p { text-align: justify; }
a {
text-decoration: none;
@ -112,11 +116,21 @@ a {
/**/
/* footer */
#footer { text-align: center; }
#oldds { padding-left: 0px; }
#footer {
border-top: 1px solid black;
text-align: center;
margin: 0 auto;
padding: 0.8em 0;
font-size: 85%;
}
#oldds {
padding-left: 0px;
margin: 0;
}
#oldds li {
list-style: none;
display: inline;
margin: 0 0.5em;
}
/* debug */
@ -140,4 +154,4 @@ section.resource > h4 {
}
section.resource > p.play {
text-align: center !important;
}
}