diff options
| author | XhmikosR <[email protected]> | 2017-10-02 21:54:47 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-02 21:54:47 +0300 |
| commit | 2891dc143dd8d020479a38e8adfeb85a42fcfd85 (patch) | |
| tree | 2d16494f94c7f24b84487f59c84ba8b1ebaeeca9 /docs/4.0/examples/dashboard/dashboard.css | |
| parent | eaccb6070185e8447fbb32cb18b28d9b7537405f (diff) | |
| download | bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.tar.xz bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.zip | |
Normalize examples' CSS. (#24210)
Diffstat (limited to 'docs/4.0/examples/dashboard/dashboard.css')
| -rw-r--r-- | docs/4.0/examples/dashboard/dashboard.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.0/examples/dashboard/dashboard.css b/docs/4.0/examples/dashboard/dashboard.css index b1248cd68..a59005148 100644 --- a/docs/4.0/examples/dashboard/dashboard.css +++ b/docs/4.0/examples/dashboard/dashboard.css @@ -12,8 +12,8 @@ body { */ h1 { - margin-bottom: 20px; padding-bottom: 9px; + margin-bottom: 20px; border-bottom: 1px solid #eee; } @@ -35,8 +35,8 @@ h1 { /* Sidebar navigation */ .sidebar { - padding-left: 0; padding-right: 0; + padding-left: 0; } .sidebar .nav { @@ -59,7 +59,7 @@ h1 { * Dashboard */ - /* Placeholders */ +/* Placeholders */ .placeholders { padding-bottom: 3rem; } |
