diff options
| author | Mark Otto <[email protected]> | 2013-08-26 17:37:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-26 17:37:52 -0700 |
| commit | 4d23aa4ef50ac16fec9fbc12832ad99f362ac703 (patch) | |
| tree | f1049da589b1ad29939401edbe7c74242dbcc4db /examples | |
| parent | 8f83a6010a05e673c3e0dcfbd97e8b8ddc3d9135 (diff) | |
| download | bootstrap-4d23aa4ef50ac16fec9fbc12832ad99f362ac703.tar.xz bootstrap-4d23aa4ef50ac16fec9fbc12832ad99f362ac703.zip | |
Address #9873 and fix #9774
* Update styling of justified nav links to be more mobile friendly
(with all four rounded corners and some margin between items)
* Add note to docs to callout bogus WebKit rendering on component and
example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/justified-nav/justified-nav.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css index c669d44c7..baf0e1130 100644 --- a/examples/justified-nav/justified-nav.css +++ b/examples/justified-nav/justified-nav.css @@ -27,6 +27,7 @@ body { border: 1px solid #ccc; } .nav-justified > li > a { + margin-bottom: 0; padding-top: 15px; padding-bottom: 15px; color: #777; |
