Commit 67aa00d0 authored by Mark Otto's avatar Mark Otto
Browse files

make pre font-size a percentage of @baseFontSize

parent aef230d4
1 merge request!1952Tabulation navigation with Typeahead
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
......@@ -525,7 +525,7 @@ pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
font-size: 12.025px;
line-height: 18px;
background-color: #f5f5f5;
border: 1px solid #ccc;
......
......@@ -25,7 +25,7 @@ pre {
display: block;
padding: (@baseLineHeight - 1) / 2;
margin: 0 0 @baseLineHeight / 2;
font-size: 12px;
font-size: @baseFontSize * .925; // 13px to 12px
line-height: @baseLineHeight;
background-color: #f5f5f5;
border: 1px solid #ccc; // fallback for IE7-8
......
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