mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +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 {
|
||||
font-family: Georgia, sans-serif, Arial;
|
||||
font-size: 16px;
|
||||
font-size: 17px;
|
||||
line-height: 1.6;
|
||||
color: #343A3F;
|
||||
padding: 0;
|
||||
|
|
@ -222,6 +222,10 @@ ul li, ol li{
|
|||
padding-top:2px;
|
||||
}
|
||||
|
||||
#menu ul li:last-child {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/*----------------------------
|
||||
Search form
|
||||
-----------------------------*/
|
||||
|
|
@ -356,6 +360,10 @@ h1.title-post a:hover, h2.title-index a:hover {
|
|||
Share box
|
||||
--------------------------*/
|
||||
|
||||
.separator {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.share-box {
|
||||
font-size: 14px;
|
||||
float:left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue