mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +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 {
|
||||
background-color: #F0EFCC;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.post-context
|
||||
|
@ -1259,6 +1259,8 @@ textarea.splited-post {
|
||||
|
||||
.post-text samp {
|
||||
background: #EEE;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.post-context
|
||||
|
@ -880,6 +880,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
||||
|
||||
.post-text samp {
|
||||
background-color: #EEE;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
/* line 138, ../sass/_postboard.sass */
|
||||
|
@ -136,6 +136,8 @@
|
||||
padding: 0
|
||||
samp
|
||||
background-color: #EEE
|
||||
padding-left: 2px
|
||||
padding-right: 2px
|
||||
|
||||
.post-context
|
||||
font-size: 11px
|
||||
|
Loading…
x
Reference in New Issue
Block a user