duepuntozero: fix input width in aside

This commit is contained in:
Fabio Comuni 2011-11-15 15:59:53 +01:00
parent 7b48b33b49
commit 8e588b530f
1 changed files with 4 additions and 0 deletions

View File

@ -1830,6 +1830,10 @@ a.mail-list-link {
margin-top: 10px;
}
aside input[type='text'] {
width: 180px;
}
.widget {
border: 1px solid #DDDDDD;
padding: 8px;