more article stuff

This commit is contained in:
nek0 2016-04-28 03:29:36 +02:00
parent d819c7d40f
commit 434b877a24
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,7 @@ article {
box-sizing: border-box;
z-index: 4;
margin-top: -5px;
margin-bottom: 0;
margin-bottom: -5px;
padding-top: 16px;
padding-bottom: 16px;
/*max-width: 960px;*/
@ -140,6 +140,7 @@ footer {
background-color: #000;
color: #777;
text-align: center;
z-index: 6;
}
footer a {
color: #fff;
@ -362,5 +363,6 @@ article dl dd a {
padding-right: 15px;
background-color: white;
box-shadow: 0 0 5px black;
height: 101%;
}
}