Bit of style cleanup for design settings fixes.
This commit is contained in:
parent
f3eb83d8a5
commit
e499939c6c
@ -280,6 +280,7 @@ address {
|
||||
border: 1px solid #ECECF2;
|
||||
font-weight: bold;
|
||||
line-height: 1.4em;
|
||||
color: #3e3e8c;
|
||||
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
|
||||
background: #ececf2;
|
||||
background: -moz-linear-gradient(top, #ffffff , #ececf2);
|
||||
@ -784,6 +785,7 @@ div.entry-content a.response:after {
|
||||
padding-right: 2px;
|
||||
border-left: 3px solid #ECECF2;
|
||||
background: #fafafa;
|
||||
color: #222;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
@ -795,6 +797,10 @@ div.entry-content a.response:after {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.threaded-replies a {
|
||||
color: #3e3e8c;
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice,
|
||||
#content .notice .threaded-replies .notice-data {
|
||||
width: 440px;
|
||||
@ -1029,6 +1035,10 @@ background-color:rgba(200, 200, 200, 0.300);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#pagination a {
|
||||
color: #3e3e8c;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
top: -6px;
|
||||
|
Loading…
Reference in New Issue
Block a user