add 2px left-right margin for samp

This commit is contained in:
Simon Grim 2015-08-10 02:19:08 +05:00
parent fe8b59f356
commit e64edb9809
4 changed files with 8 additions and 0 deletions

View File

@ -1057,6 +1057,8 @@ ol.toptrends-list {
.post-text samp {
background-color: #F0EFCC;
padding-left: 2px;
padding-right: 2px;
}
.post-context

View File

@ -1259,6 +1259,8 @@ textarea.splited-post {
.post-text samp {
background: #EEE;
padding-left: 2px;
padding-right: 2px;
}
.post-context

View File

@ -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 */

View File

@ -136,6 +136,8 @@
padding: 0
samp
background-color: #EEE
padding-left: 2px
padding-right: 2px
.post-context
font-size: 11px