minor style changes
This commit is contained in:
parent
1d97524db4
commit
be7b381988
|
@ -1,7 +1,12 @@
|
||||||
/*Lainchan*/
|
/*Lainchan*/
|
||||||
|
|
||||||
div.sidearrows{
|
div.sidearrows{
|
||||||
display:none;
|
/*display:none;*/
|
||||||
|
color: #b7c5d9;
|
||||||
|
float: left;
|
||||||
|
margin-right: 2px;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -525,7 +530,7 @@ div.post.reply {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: none solid solid none;
|
border-style: none solid solid none;
|
||||||
border-color: #B7C5D9;
|
border-color: #B7C5D9;
|
||||||
display: inline-block;
|
display: table;
|
||||||
max-width: 94%!important;
|
max-width: 94%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue