mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 03:24:17 +00:00
add 2px left-right margin for samp
This commit is contained in:
parent
fe8b59f356
commit
e64edb9809
@ -1057,6 +1057,8 @@ ol.toptrends-list {
|
|||||||
|
|
||||||
.post-text samp {
|
.post-text samp {
|
||||||
background-color: #F0EFCC;
|
background-color: #F0EFCC;
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-context
|
.post-context
|
||||||
|
@ -1259,6 +1259,8 @@ textarea.splited-post {
|
|||||||
|
|
||||||
.post-text samp {
|
.post-text samp {
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-context
|
.post-context
|
||||||
|
@ -880,6 +880,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
|||||||
|
|
||||||
.post-text samp {
|
.post-text samp {
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 138, ../sass/_postboard.sass */
|
/* line 138, ../sass/_postboard.sass */
|
||||||
|
@ -136,6 +136,8 @@
|
|||||||
padding: 0
|
padding: 0
|
||||||
samp
|
samp
|
||||||
background-color: #EEE
|
background-color: #EEE
|
||||||
|
padding-left: 2px
|
||||||
|
padding-right: 2px
|
||||||
|
|
||||||
.post-context
|
.post-context
|
||||||
font-size: 11px
|
font-size: 11px
|
||||||
|
Loading…
x
Reference in New Issue
Block a user