mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
remove text indent on carets (not needed) and add inline replacement mixin
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
// Core
|
||||
.btn {
|
||||
display: inline-block;
|
||||
.ie7-inline-block();
|
||||
padding: 4px 10px 4px;
|
||||
margin-bottom: 0; // For input.btn
|
||||
font-size: @baseFontSize;
|
||||
|
||||
+8
-1
@@ -98,7 +98,14 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
// New image replacement
|
||||
// -------------------------
|
||||
// Source: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
|
||||
.hide-text {
|
||||
overflow: hidden;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// FONTS
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user