Browse Source

add 2px left-right margin for samp

master
Simon Grim 9 years ago
parent
commit
e64edb9809
  1. 2
      css/style.css
  2. 2
      theme_calm/css/style.css
  3. 2
      theme_nin/css/style.css
  4. 2
      theme_nin/sass/_postboard.sass

2
css/style.css

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

2
theme_calm/css/style.css

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

2
theme_nin/css/style.css

@ -880,6 +880,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, @@ -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 */

2
theme_nin/sass/_postboard.sass

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

Loading…
Cancel
Save