duepuntozero: fix input width in aside
This commit is contained in:
parent
7b48b33b49
commit
8e588b530f
|
@ -1830,6 +1830,10 @@ a.mail-list-link {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
aside input[type='text'] {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.widget {
|
||||
border: 1px solid #DDDDDD;
|
||||
padding: 8px;
|
||||
|
|
Loading…
Reference in a new issue