Even prettier (again IMHO)

This commit is contained in:
Sébastien Lucas 2012-06-13 21:51:29 +02:00
parent d5690ea68f
commit 7a63eea4b6
1 changed files with 7 additions and 1 deletions

View File

@ -192,7 +192,13 @@ display:none;
.search form
{
background-color: black;
border-top: 1px solid white;
margin-top: 3px;
float: right;
padding: 6px 10px;
border-radius: 6px;
}
.bookpopup
{
min-width: 400px;
}