mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
CSS Fix
CSS fix for default theme.
This commit is contained in:
parent
8e76270d3c
commit
8f960def21
1 changed files with 9 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Georgia, sans-serif, Arial;
|
font-family: Georgia, sans-serif, Arial;
|
||||||
font-size: 16px;
|
font-size: 17px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: #343A3F;
|
color: #343A3F;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -222,6 +222,10 @@ ul li, ol li{
|
||||||
padding-top:2px;
|
padding-top:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu ul li:last-child {
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
|
||||||
/*----------------------------
|
/*----------------------------
|
||||||
Search form
|
Search form
|
||||||
-----------------------------*/
|
-----------------------------*/
|
||||||
|
|
@ -356,6 +360,10 @@ h1.title-post a:hover, h2.title-index a:hover {
|
||||||
Share box
|
Share box
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
|
.separator {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.share-box {
|
.share-box {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
float:left;
|
float:left;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue