1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Fixes #12555: Rearrange variables to place grids and containers closer

This commit is contained in:
Mark Otto
2014-02-07 01:21:58 -08:00
parent 3b4b9a7fe5
commit 228d4e59fc
12 changed files with 60 additions and 63 deletions

View File

@@ -1713,9 +1713,6 @@ output {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;