modified: view/theme/smoothly/css/typography.css
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
8395966cf2
commit
9f09955925
2 changed files with 15 additions and 10 deletions
|
@ -60,7 +60,7 @@ h2 {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 145%;
|
font-size: 145%;
|
||||||
margin:0.4286em 0 5px 0;
|
margin: 0 0 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
|
@ -943,9 +943,9 @@ ul .sidebar-group-li .icon {
|
||||||
background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
|
background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
|
||||||
background-color: #f0edf0;
|
background-color: #f0edf0;
|
||||||
/* border-radius: 5px 5px 0px 0px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
-moz-border-radius: 5px 5px 0px 0px;
|
-moz-border-radius: 5px 5px 0px 0px;
|
||||||
-webkit-border-radius: 5px 5px 0px 0px; */
|
-webkit-border-radius: 5px 5px 0px 0px;
|
||||||
border: 1px solid #e2e2e2;
|
border: 1px solid #e2e2e2;
|
||||||
border-bottom: 1px solid #cdcdcd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -2772,7 +2772,7 @@ margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#follow-sidebar {
|
#follow-sidebar {
|
||||||
margin-bottom: 80px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#follow-sidebar h3:before {
|
#follow-sidebar h3:before {
|
||||||
|
@ -4404,3 +4404,8 @@ div #datebrowse-sidebar.widget {
|
||||||
padding:10px;
|
padding:10px;
|
||||||
margin:10px 10px 10px 0;
|
margin:10px 10px 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page-settings-label{
|
||||||
|
width: auto !important;
|
||||||
|
margin-bottom: 5px !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue