Commit 68146db0 authored by Mark Otto's avatar Mark Otto

buttons and pre updates for font-size

parent 3c07eaa2
......@@ -786,7 +786,7 @@ cite {
code,
pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 13px;
color: #333333;
-webkit-border-radius: 3px;
......@@ -2726,7 +2726,7 @@ button.close {
.btn {
display: inline-block;
*display: inline;
padding: 4px 10px 4px;
padding: 4px 14px 4px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
......
......@@ -428,6 +428,9 @@ h2 + .row {
margin-left: 0;
list-style: none;
}
.the-icons li {
line-height: 25px;
}
.the-icons i:hover {
background-color: rgba(255,0,0,.25);
}
......
......@@ -10,7 +10,7 @@
.btn {
display: inline-block;
.ie7-inline-block();
padding: 4px 10px 4px;
padding: 4px 14px 4px;
margin-bottom: 0; // For input.btn
font-size: @baseFontSize;
line-height: @baseLineHeight;
......
......@@ -46,7 +46,7 @@
// -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
@baseFontSize: 14px;
@baseFontFamily: @sansFontFamily;
......
Markdown is supported
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