]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
buttons and pre updates for font-size
authorMark Otto <markotto@twitter.com>
Thu, 5 Jul 2012 22:15:57 +0000 (15:15 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 5 Jul 2012 22:15:57 +0000 (15:15 -0700)
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
less/buttons.less
less/variables.less

index 4ec240ba552e88df19dee9edb188ea8db85a6127..329618b05c55d30665a4580615528a501147837e 100644 (file)
@@ -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;
index 6d64028f82bf29c47e71cde19f081fe809c3f90b..bee42dc362c6f20738135ff31aebe5c576741d75 100644 (file)
@@ -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);
 }
index c46b7cf3e2877fa4ca0f85103f97745ff61cc234..b48b0555b83bedb89d47ec2554a32141f0c042d8 100644 (file)
@@ -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;
index 9a3e0ed4e394b06024802a3daf5a3e46dc70b4d5..bc8ff4bed9941174dae045231f745d12a6733eca 100644 (file)
@@ -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;