made fonts bit larger
This commit is contained in:
parent
e6a4fd1e1a
commit
2cc939b800
2 changed files with 9 additions and 9 deletions
|
@ -11,8 +11,8 @@ Module: style.css
|
|||
float: left;
|
||||
width: 21% !important;
|
||||
width: 18%;
|
||||
font-size: 80% !important;
|
||||
font-size: 75%;
|
||||
font-size: 85% !important;
|
||||
font-size: 80%;
|
||||
margin: 0 0 15px 15px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ Module: style.css
|
|||
border-top: 5px solid #2D2D2D;
|
||||
}
|
||||
|
||||
#column ul li, #column p { font-size: 12px }
|
||||
#column ul li, #column p { font-size: 14px }
|
||||
|
||||
#column div { margin: 0 }
|
||||
#column div, #column ul { background: #393939 }
|
||||
|
|
|
@ -7,7 +7,7 @@ Module: common.css
|
|||
|
||||
/* ===== GENERAL (redefinition HTML tag) ===== */
|
||||
html {
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
font-family: Tahoma, 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
|
@ -120,8 +120,8 @@ h6 { font-size: 0.9em }
|
|||
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
||||
#body-container {
|
||||
text-align: left;
|
||||
width: 72% !important;
|
||||
width: 72%; /* fix for I.E. */
|
||||
width: 80% !important;
|
||||
width: 80%; /* fix for I.E. */
|
||||
margin: 0 auto 10px auto;
|
||||
padding: 5px;
|
||||
background-color: #2D2D2D;
|
||||
|
@ -164,8 +164,8 @@ h6 { font-size: 0.9em }
|
|||
overflow: hidden;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 67% !important;
|
||||
width: 65%;
|
||||
width: 70% !important;
|
||||
width: 70%;
|
||||
font-size: 100%;
|
||||
margin: 0 0.5em 0 1.2em;
|
||||
}
|
||||
|
@ -230,7 +230,7 @@ ol li, ul li { padding-bottom: 0.9em }
|
|||
height:1%; /* i.e. hack*/
|
||||
}
|
||||
|
||||
.entry p { font-size: 13px }
|
||||
.entry p { font-size: 16px }
|
||||
|
||||
#main .entrytitle {
|
||||
font-family: Candara, 'Cataneo BT', 'book antiqua', georgia, garamond, times, 'times new roman';
|
||||
|
|
Loading…
Reference in a new issue