Commit 8b91f95d authored by Chris Rebert's avatar Chris Rebert
Browse files

Use $border-width in misc border print styles

[skip sauce]
parent 01a44bfa
Showing with 2 additions and 2 deletions
+2 -2
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: $border-width solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
} }
} }
.label { .label {
border: 1px solid #000; border: $border-width solid #000;
} }
.table { .table {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment