forked from leftypol/leftypol
...
This commit is contained in:
parent
ec34fa8076
commit
67148f2846
6 changed files with 82 additions and 40 deletions
13
style.css
13
style.css
|
@ -113,6 +113,10 @@ div.banner a:hover {
|
|||
color: #EEF2FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
img.banner {
|
||||
float: none;
|
||||
margin: 4px auto 0 auto;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -138,6 +142,10 @@ p.intro {
|
|||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
input.delete {
|
||||
float: left;
|
||||
margin: 1px 6px 0 0;
|
||||
}
|
||||
p.intro span.subject {
|
||||
color: #0F0C5D;
|
||||
font-weight: bold;
|
||||
|
@ -153,6 +161,9 @@ p.intro a.nametag {
|
|||
p.intro a {
|
||||
margin-left: 8px;
|
||||
}
|
||||
div.delete {
|
||||
float: right;
|
||||
}
|
||||
div.post.reply p {
|
||||
margin: 0.3em 0 0 0;
|
||||
}
|
||||
|
@ -243,4 +254,4 @@ div.styles a {
|
|||
}
|
||||
div.styles a.selected {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue