1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

remove text indent on carets (not needed) and add inline replacement mixin

This commit is contained in:
Mark Otto
2012-03-11 21:12:59 -07:00
parent 67714d8347
commit c8f4325c19
5 changed files with 23 additions and 1 deletions

View File

@@ -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
// --------------------------------------------------