mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-08-07 05:52:40 -04:00
Added Issue 9
This commit is contained in:
parent
38a3c51294
commit
7440c0657c
4 changed files with 209 additions and 0 deletions
|
@ -186,6 +186,7 @@ html, body {
|
|||
#posts {
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding-bottom: 0.66667em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -276,11 +277,15 @@ code {
|
|||
padding: 4px 8px;
|
||||
font-weight: 400;
|
||||
padding: 0.5em 1em;
|
||||
border-bottom: none;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-ms-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.page-item:hover, .page-item:active, .page-item:focus {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue