From: XhmikosR Date: Sat, 7 Oct 2017 15:48:57 +0000 (+0300) Subject: examples/dashboard/dashboard.css: merge duplicate selector. X-Git-Tag: v4.0.0-beta.2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c1597ebde2a41964d77547d5b1d7f00cd9402b6;p=thirdparty%2Fbootstrap.git examples/dashboard/dashboard.css: merge duplicate selector. --- diff --git a/docs/4.0/examples/dashboard/dashboard.css b/docs/4.0/examples/dashboard/dashboard.css index a59005148a..ca7135b080 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; }