modified: view/theme/smoothly/style.css
This commit is contained in:
parent
a04d0e6832
commit
f96b91c254
1 changed files with 2 additions and 3 deletions
|
@ -127,7 +127,7 @@ input[type=submit]:active {
|
||||||
|
|
||||||
section {
|
section {
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 60px;
|
padding-top: 40px; /*60*/
|
||||||
width: 730px;
|
width: 730px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
@ -909,10 +909,9 @@ profile-jot-banner-wrapper {
|
||||||
.tabs {
|
.tabs {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0px; /*10*/
|
padding: 10px 0px;
|
||||||
/*border-bottom: 1px solid #efefef;*/
|
/*border-bottom: 1px solid #efefef;*/
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin-top: 0px;
|
|
||||||
}
|
}
|
||||||
.tabs li { display: inline;}
|
.tabs li { display: inline;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue