Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-28 18:29:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-09-26 18:37:07 +0300
commit6d5739320eba3855d24ea03000424f374593d76d (patch)
tree1d8012375f8acb1dff92b4eacfee5a9f7daa1b82 /site
parent5d39e36083b5c193d7599c7a6897cd171fc36c19 (diff)
blog example: remove unused CSS. (#29316)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.3/examples/blog/blog.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/site/docs/4.3/examples/blog/blog.css b/site/docs/4.3/examples/blog/blog.css
index b60d0d2e90..dbe4183d03 100644
--- a/site/docs/4.3/examples/blog/blog.css
+++ b/site/docs/4.3/examples/blog/blog.css
@@ -68,25 +68,6 @@ h1, h2, h3, h4, h5, h6 {
.h-md-250 { height: 250px; }
}
-/*
- * Blog name and description
- */
-.blog-title {
- margin-bottom: 0;
- font-size: 2rem;
- font-weight: 400;
-}
-.blog-description {
- font-size: 1.1rem;
- color: #999;
-}
-
-@media (min-width: 40em) {
- .blog-title {
- font-size: 3.5rem;
- }
-}
-
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;