]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
examples/dashboard/dashboard.css: merge duplicate selector.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 7 Oct 2017 15:48:57 +0000 (18:48 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Oct 2017 08:20:05 +0000 (11:20 +0300)
docs/4.0/examples/dashboard/dashboard.css

index a59005148a924f96cb77c4cc25f9ab408b64d3d4..ca7135b08018bcf493c70583451498d676747088 100644 (file)
@@ -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;
 }