aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-26 17:37:52 -0700
committerMark Otto <[email protected]>2013-08-26 17:37:52 -0700
commit4d23aa4ef50ac16fec9fbc12832ad99f362ac703 (patch)
treef1049da589b1ad29939401edbe7c74242dbcc4db /examples
parent8f83a6010a05e673c3e0dcfbd97e8b8ddc3d9135 (diff)
downloadbootstrap-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.css1
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;