1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Fix some forgotten things for navbar-default

New variable names were missing here and there.
This commit is contained in:
Julian Thilo
2013-08-18 23:30:40 +02:00
parent abca00870f
commit 546b2cc614
5 changed files with 42 additions and 42 deletions

View File

@@ -381,4 +381,4 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
}

File diff suppressed because one or more lines are too long