quattro
This commit is contained in:
parent
dbc5ecfe57
commit
7e806429cc
4 changed files with 15 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
/* global */
|
||||
body {
|
||||
font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
background-color: @BodyBackground;
|
||||
color: @BodyColor;
|
||||
margin: 50px 0px 0px 0px;
|
||||
|
@ -179,6 +179,7 @@ ul.menu-popup {
|
|||
text-align: center;
|
||||
color: @MenuEmpty;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#nav-notifications-menu {
|
||||
|
@ -224,6 +225,8 @@ aside {
|
|||
&:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
|
||||
}
|
||||
|
||||
#profiles-menu { width: 20em; }
|
||||
|
||||
}
|
||||
|
||||
#contact-block {
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
/* global */
|
||||
body {
|
||||
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
background-color: #ffffff;
|
||||
color: #2d2d2d;
|
||||
margin: 50px 0px 0px 0px;
|
||||
|
@ -363,6 +363,9 @@ aside #dfrn-request-link:hover {
|
|||
text-decoration: none;
|
||||
background-color: #19aeff;
|
||||
}
|
||||
aside #profiles-menu {
|
||||
width: 20em;
|
||||
}
|
||||
#contact-block {
|
||||
overflow: auto;
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue