css cleanup
This commit is contained in:
parent
2b3b6268dd
commit
928f1bfa7b
@ -480,43 +480,12 @@ footer {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rconnect {
|
||||
display: block;
|
||||
color: $nav_active_icon_colour;
|
||||
margin-top: 15px;
|
||||
background-color: $nav_bg;
|
||||
-webkit-border-radius: $radiuspx ;
|
||||
-moz-border-radius: $radiuspx;
|
||||
border-radius: $radiuspx;
|
||||
border: 1px solid $nav_bd;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
a.rateme, div.rateme {
|
||||
display: block;
|
||||
color: $nav_active_icon_colour;
|
||||
background-color: $nav_bg;
|
||||
-webkit-border-radius: $radiuspx ;
|
||||
-moz-border-radius: $radiuspx;
|
||||
border-radius: $radiuspx;
|
||||
border: 1px solid $nav_bd;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#pause {
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
#vcard-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#contact-block {
|
||||
width: 100%;
|
||||
float: left;
|
||||
|
@ -49,7 +49,7 @@
|
||||
{{include file="diaspora_vcard.tpl"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div id="vcard-end"></div>
|
||||
<div id="clear"></div>
|
||||
|
||||
{{$rating}}
|
||||
|
||||
|
Reference in New Issue
Block a user