Commit 9655067f by benjaoming

bootstrap typography

parent ea70181c
......@@ -5332,9 +5332,13 @@ h1#article-title {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 20px;
padding-bottom: 0px;
}
.wiki-article h3 {
font-size: 21px;
margin: 15px 0 10px;
line-height: 30px;
}
.wiki-article h4 {
font-size: 17.5px;
......
......@@ -886,8 +886,8 @@ h1#article-title{font-size:2em;margin-top:-5px;}
.wiki-article table caption+thead tr:first-child th:last-child,.wiki-article table caption+tbody tr:first-child td:last-child,.wiki-article table colgroup+thead tr:first-child th:last-child,.wiki-article table colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;}
.wiki-article h1,.wiki-article h2,.wiki-article h3,.wiki-article h4,.wiki-article h5,.wiki-article h6{overflow:hidden;margin-right:5px;}
.wiki-article h1{font-size:28px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
.wiki-article h2{font-size:24.5px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
.wiki-article h3{font-size:21px;}
.wiki-article h2{font-size:24.5px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;margin-bottom:20px;padding-bottom:0px;}
.wiki-article h3{font-size:21px;margin:15px 0 10px;line-height:30px;}
.wiki-article h4{font-size:17.5px;}
.wiki-article h5,.wiki-article h6{font-size:14px;}
input[type=file]{float:none;width:auto;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment