Merge branch 'master' of git@github.com:ryanmcgrath/franz
This commit is contained in:
commit
1c8124296f
2 changed files with 5 additions and 4 deletions
|
|
@ -123,7 +123,7 @@ a:hover { text-decoration: underline; }
|
|||
|
||||
#hsv a, #hsl a {
|
||||
display: block;
|
||||
width: 135px;
|
||||
width: 105px;
|
||||
padding: 3px 0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -119,9 +119,10 @@
|
|||
<div id="options">
|
||||
<p id="hsv">
|
||||
<a href="#" id="sort_hue" title="Sort by Hue">Sort by Hue</a>
|
||||
<a href="#" id="sort_sat" title="Sort by Saturation">Sort by Saturation</a>
|
||||
<a href="#" id="sort_satL" title="Sort by Saturation HSL">Sort by Sat HSL</a>
|
||||
<a href="#" id="sort_light" title="Sort by Lightness">Sort by Lightness</a>
|
||||
<a href="#" id="sort_sat" title="Sort by Saturation HSV">Saturation (HSV)</a>
|
||||
<a href="#" id="sort_satL" title="Sort by Saturation HSL">Saturation (HSL)</a>
|
||||
<a href="#" id="sort_val" title="Sort by Value">Value (HSV)</a>
|
||||
<a href="#" id="sort_light" title="Sort by Lightness">Lightness (HSL)</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue