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/blog | |
| parent | eaccb6070185e8447fbb32cb18b28d9b7537405f (diff) | |
| download | bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.tar.xz bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.zip | |
Normalize examples' CSS. (#24210)
Diffstat (limited to 'docs/4.0/examples/blog')
| -rw-r--r-- | docs/4.0/examples/blog/blog.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/4.0/examples/blog/blog.css b/docs/4.0/examples/blog/blog.css index 18db4290e..6eda0a7b1 100644 --- a/docs/4.0/examples/blog/blog.css +++ b/docs/4.0/examples/blog/blog.css @@ -20,7 +20,7 @@ h4, .h4, h5, .h5, h6, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; + font-weight: 400; color: #333; } @@ -41,8 +41,7 @@ h6, .h6 { .blog-masthead { margin-bottom: 3rem; background-color: #428bca; - -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); - box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); + box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); } /* Nav links */ @@ -89,7 +88,7 @@ h6, .h6 { .blog-title { margin-bottom: 0; font-size: 2rem; - font-weight: normal; + font-weight: 400; } .blog-description { font-size: 1.1rem; @@ -110,7 +109,6 @@ h6, .h6 { /* Sidebar modules for boxing content */ .sidebar-module { padding: 1rem; - /*margin: 0 -1rem 1rem;*/ } .sidebar-module-inset { padding: 1rem; |
