font size and post title adjust
This commit is contained in:
@@ -54,27 +54,27 @@ main {
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 1.75em;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
font-size: 1rem;
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -347,7 +347,7 @@ footer {
|
||||
|
||||
.fn {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
font-size: $font_size;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
@@ -1333,10 +1333,6 @@ img.mail-conv-sender-photo {
|
||||
border-top-left-radius: $radiuspx;
|
||||
}
|
||||
|
||||
.wall-item-title {
|
||||
font-size: $font_size;
|
||||
}
|
||||
|
||||
.wall-item-footer {
|
||||
font-size: $body_font_size;
|
||||
margin-top: 2em;
|
||||
@@ -1407,14 +1403,8 @@ img.mail-conv-sender-photo {
|
||||
.wall-item-ago,
|
||||
.dropdown-sub-text {
|
||||
color: #777;
|
||||
font-size: 0.833em;
|
||||
}
|
||||
|
||||
.wall-item-ago i {
|
||||
font-size: 0.833em;
|
||||
}
|
||||
|
||||
|
||||
.wall-item-content,
|
||||
.mail-conv-body,
|
||||
.page-body,
|
||||
@@ -1541,24 +1531,6 @@ nav img {
|
||||
border-radius: $radiuspx;
|
||||
}
|
||||
|
||||
/*
|
||||
nav .dropdown-menu {
|
||||
font-size: $body_font_size;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu > .show > a,
|
||||
.dropdown-menu > .show > a:focus,
|
||||
.dropdown-menu > .show > a:hover {
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
*/
|
||||
|
||||
.dropdown-menu-img-sm {
|
||||
float: left;
|
||||
width: 36px;
|
||||
@@ -1847,14 +1819,6 @@ blockquote {
|
||||
font-size: $body_font_size;
|
||||
}
|
||||
|
||||
.btn-xs {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
aside#region_1 {
|
||||
@@ -1875,16 +1839,6 @@ blockquote {
|
||||
border:1px;
|
||||
}
|
||||
|
||||
.wall-item-photo {
|
||||
width: 48px !important;
|
||||
height: 48px !important;
|
||||
}
|
||||
|
||||
.comment .wall-item-photo {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
.acl-list-item {
|
||||
width: 98%; /* fallback if browser does not support calc() */
|
||||
width: calc(100% - 10px);
|
||||
|
||||
Reference in New Issue
Block a user