2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

mostly docs updates, but also some bug fixes per github issues

This commit is contained in:
Mark Otto
2011-12-19 22:58:56 -08:00
parent aa69286c30
commit 72a536393c
9 changed files with 375 additions and 140 deletions
+5 -1
View File
@@ -93,10 +93,14 @@ input[type=file] {
line-height: @baseLineHeight * 1.5;
}
// Chrome on Linux needs background color
select {
background-color: @white;
}
// Make multiple select elements height not fixed
select[multiple] {
height: inherit;
background-color: @white; // Fixes Chromium bug?
}
// Remove shadow from image inputs