Skip to content

Commit

Permalink
Made some channgeeeeeessss
Browse files Browse the repository at this point in the history
  • Loading branch information
coral committed Jan 20, 2013
1 parent 1904137 commit cbc225b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/canvas.css
Expand Up @@ -30,7 +30,8 @@ body {
border-style:solid;
border-width:1px;
border-color: black;
width: 100px; }
width: 100px;
z-index: 50; }


#h1wrapper {
Expand Down
4 changes: 2 additions & 2 deletions js/feelings.js
Expand Up @@ -218,8 +218,8 @@ $(document).ready(function() {
$( "#size-slider" ).slider({
range: "max",
min: 1,
max: 42,
value: 2,
max: 82,
value: 26,
slide: function( event, ui ) {
$( "#size-label" ).val( ui.value );
}
Expand Down

0 comments on commit cbc225b

Please sign in to comment.