forked from leftypol/leftypol
css: add missing media queries to css styles
This commit is contained in:
parent
55d21a4dd5
commit
7de4ca2133
28 changed files with 819 additions and 666 deletions
|
|
@ -34,6 +34,11 @@ div.post.reply {
|
|||
border: 0px;
|
||||
background: #FAE8D4;
|
||||
border: 1px solid #E2C5B1;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
}
|
||||
}
|
||||
div.post.reply.highlighted {
|
||||
background: #f0c0b0;
|
||||
|
|
@ -62,7 +67,7 @@ div.pages {
|
|||
padding: 7px 5px;
|
||||
color: maroon;
|
||||
font-size: 12pt;
|
||||
|
||||
|
||||
background: none;
|
||||
border-width: 1px;
|
||||
border-style: inset;
|
||||
|
|
@ -101,4 +106,3 @@ table.modlog tr th {
|
|||
#options_div, #alert_div {
|
||||
background: rgb(240, 224, 214);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue