duepuntozero: move community and manage link to upper right area + css fixes to avoid breaking of design
This commit is contained in:
parent
c0d4e39052
commit
28370e320f
1 changed files with 5 additions and 2 deletions
|
@ -134,7 +134,8 @@ nav #banner #logo-text a:hover { text-decoration: none; }
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin-top: 67px;
|
margin-top: 67px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
padding: 6px 10px;
|
//padding: 6px 10px;
|
||||||
|
padding: 6px 3px;
|
||||||
float: left;
|
float: left;
|
||||||
bottom: 140px;
|
bottom: 140px;
|
||||||
border: 1px solid #babdb6;
|
border: 1px solid #babdb6;
|
||||||
|
@ -232,10 +233,12 @@ section {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
margin-right: 1em;
|
//margin-right: 1em;
|
||||||
|
margin-right: 3px ;
|
||||||
}
|
}
|
||||||
.tab.active {
|
.tab.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue