witten
/
luminotes
Archived
1
0
Fork 0

Changed color box hover border to 1px from 2px.

This commit is contained in:
Dan Helfman 2009-05-18 14:53:39 -07:00
parent 5f47ae3187
commit d82b3ff8de
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ h1 {
}
#color_table .color_box:hover {
border: 2px solid #eeeeee;
border: 1px solid #eeeeee;
}
.color_box_dark_selected {