diff options
| author | XhmikosR <[email protected]> | 2017-10-07 18:48:57 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-09 11:20:05 +0300 |
| commit | 0c1597ebde2a41964d77547d5b1d7f00cd9402b6 (patch) | |
| tree | d361d9c22a36ce15d617c4ad638203e72bf8cf38 /docs | |
| parent | 3edc03f4ee04229934854d0b32f584fbf22ece35 (diff) | |
| download | bootstrap-0c1597ebde2a41964d77547d5b1d7f00cd9402b6.tar.xz bootstrap-0c1597ebde2a41964d77547d5b1d7f00cd9402b6.zip | |
examples/dashboard/dashboard.css: merge duplicate selector.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/dashboard/dashboard.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/4.0/examples/dashboard/dashboard.css b/docs/4.0/examples/dashboard/dashboard.css index a59005148..ca7135b08 100644 --- a/docs/4.0/examples/dashboard/dashboard.css +++ b/docs/4.0/examples/dashboard/dashboard.css @@ -27,18 +27,12 @@ h1 { bottom: 0; left: 0; z-index: 1000; - padding: 20px; + padding: 20px 0; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ border-right: 1px solid #eee; } -/* Sidebar navigation */ -.sidebar { - padding-right: 0; - padding-left: 0; -} - .sidebar .nav { margin-bottom: 20px; } |
