Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-04 02:18:04 +0400
committerMark Otto <otto@github.com>2013-05-04 02:18:27 +0400
commit4357ed72e0b244a6ccb56626e49fff5ed046573f (patch)
tree53a1ab4f6ca0d8774ad0e80ae733afbfc00cdcb8 /less
parent747e108e0b8e6811d104d9a9e99b0fae6325c836 (diff)
Update justified nav CSS for proper selectors
Diffstat (limited to 'less')
-rw-r--r--less/navs.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 775f722e52..8daeb6fd99 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;
+ }
}
}