summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
authorMike Kelly <pioto@pioto.org>2015-10-14 18:42:59 +0000
committerMike Kelly <pioto@pioto.org>2015-10-14 18:42:59 +0000
commitddeb766e9638d14dd86d966ef097fbeebb9dffab (patch)
tree1a83975ade5bd0d0e7528318f46107ba1460e92b /app/assets/stylesheets/framework/typography.scss
parent0b9273a283dc5a30a175a0accb3a5d49dce01be8 (diff)
downloadgitlab-ce-ddeb766e9638d14dd86d966ef097fbeebb9dffab.tar.gz
Remove some padding from code blocks
This creates a weird "leading indent" on the first line of code blocks, at least in Chrome 46, and ends up making the first row not line up nicely with everything else.
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index bf36f96cc97..b56758a97d3 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -17,7 +17,6 @@
font-family: $monospace_font;
white-space: pre;
word-wrap: normal;
- padding: 1px 2px;
}
kbd {
@@ -268,4 +267,4 @@ textarea.js-gfm-input {
.strikethrough {
text-decoration: line-through;
-}
+} \ No newline at end of file