1
0
Fork 0
This commit is contained in:
Fabio Comuni 2011-09-15 10:38:37 +02:00
commit 7e806429cc
4 changed files with 15 additions and 5 deletions

View file

@ -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 {

View file

@ -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;