diff options
| author | Julian Thilo <[email protected]> | 2013-08-18 23:30:40 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-08-18 23:30:40 +0200 |
| commit | 546b2cc614ed57f1068eb455b592d6966d49d2d3 (patch) | |
| tree | 41cb7ac6fded14ba5562abaa25d472a3132c6122 /dist/css/bootstrap-theme.css | |
| parent | abca00870f862d024a943b2c563bd42ff3f8418f (diff) | |
| download | bootstrap-546b2cc614ed57f1068eb455b592d6966d49d2d3.tar.xz bootstrap-546b2cc614ed57f1068eb455b592d6966d49d2d3.zip | |
Fix some forgotten things for navbar-default
New variable names were missing here and there.
Diffstat (limited to 'dist/css/bootstrap-theme.css')
| -rw-r--r-- | dist/css/bootstrap-theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index d8bf7e102..67dc907a5 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -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); -}
\ No newline at end of file +} |
