some reverts
This commit is contained in:
parent
5d3be078b4
commit
01cb207b65
4 changed files with 20 additions and 31 deletions
|
@ -165,7 +165,6 @@ canvas {
|
|||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#list p {
|
||||
|
@ -285,23 +284,18 @@ canvas {
|
|||
float: left;
|
||||
}
|
||||
|
||||
#full article header p:nth-child(2) {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#full article header p:nth-child(3) {
|
||||
clear: both;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#full .article {
|
||||
clear: both;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 2.8em;
|
||||
padding-bottom: 3em;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#full footer.bar {
|
||||
bottom: 0;
|
||||
margin: auto 0 0 0;
|
||||
position: fixed;
|
||||
height: 3.8em;
|
||||
|
|
Reference in a new issue