merging from my fork

This commit is contained in:
Dominick Pham 2009-08-11 17:16:09 -04:00
parent 2fa4fb4414
commit 905a03075c
3 changed files with 213 additions and 13 deletions

View file

@ -84,7 +84,7 @@ a:hover { text-decoration: underline; }
width: 370px;
}
#img_submit {
#img_submit, #hsv a {
border: 1px solid #55a2c9;
background-color: #498fb2;
color: #fff;
@ -92,6 +92,18 @@ a:hover { text-decoration: underline; }
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#hsv a {
display: block;
width: 104px;
padding: 0 5px;
text-align: center;
float: left;
margin-right: 15px;
text-decoration: none;
}
#try_these {
clear: both;
}
#log_colors { padding-left: 4px; }
@ -103,3 +115,7 @@ a:hover { text-decoration: underline; }
-moz-border-radius: 2px;
margin: 2px 6px 3px 0;
}
.hideme {
display: none;
}