mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Adjust fullbrutalism mode for media fix changes
This commit is contained in:
parent
69a678a5ce
commit
c2fe241281
@ -192,12 +192,6 @@ img {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
|
||||||
padding: 4px;
|
|
||||||
margin: 4px;
|
|
||||||
border: 8px ridge #CCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image.is-32x32, .is-32x32 img {
|
.image.is-32x32, .is-32x32 img {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -208,6 +202,12 @@ img {
|
|||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box.active_context {
|
.media {
|
||||||
|
padding: 4px;
|
||||||
|
margin: 4px;
|
||||||
|
border: 8px ridge #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media.active_context {
|
||||||
background-color: #DDD;
|
background-color: #DDD;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user