diff options
| author | Mark Otto <[email protected]> | 2013-05-03 15:18:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 15:18:27 -0700 |
| commit | 4357ed72e0b244a6ccb56626e49fff5ed046573f (patch) | |
| tree | 53a1ab4f6ca0d8774ad0e80ae733afbfc00cdcb8 /less | |
| parent | 747e108e0b8e6811d104d9a9e99b0fae6325c836 (diff) | |
| download | bootstrap-4357ed72e0b244a6ccb56626e49fff5ed046573f.tar.xz bootstrap-4357ed72e0b244a6ccb56626e49fff5ed046573f.zip | |
Update justified nav CSS for proper selectors
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 775f722e5..8daeb6fd9 100644 --- a/less/navs.less +++ b/less/navs.less @@ -156,7 +156,9 @@ float: none; display: table-cell; width: 1%; - text-align: center; + > a { + text-align: center; + } } } |
