default bloc color

This commit is contained in:
Thomas NOËL 2013-09-19 18:39:56 +02:00
parent 05d6838f0d
commit 8970c435ee
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ h1 {
}
div.gridster > ul > li {
border: 1px outset gray;
border: 1px outset #583ab3;
list-style: none;
overflow: hidden;
background: white;
background: #583ab3;
border-radius: 0em;
}