Skip to content

Commit

Permalink
Renamed the original source file and made a few tweaks to the stylesh…
Browse files Browse the repository at this point in the history
…eet.
  • Loading branch information
nathan-osman committed Mar 20, 2012
1 parent 55ac81a commit 01759b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions juice.json
Expand Up @@ -4,7 +4,7 @@
"jquery-check": { "value": true, "help": "checks if jQuery is loaded and loads it if not" } "jquery-check": { "value": true, "help": "checks if jQuery is loaded and loads it if not" }
}, },
"files": [ "files": [
{ "filename": "jquery.stacktack.js", "output": "stacktack.min.js" }, { "filename": "stacktack.js", "output": "stacktack.min.js" },
{ "filename": "style.css", "output": "style.min.css", "condition": "!embed-css" } { "filename": "style.css", "output": "style.min.css", "condition": "!embed-css" }
] ]
} }
File renamed without changes.
4 changes: 2 additions & 2 deletions style.css
Expand Up @@ -18,8 +18,8 @@
border-radius: 8px; border-radius: 8px;
box-shadow: 0px 0px 10px #777; box-shadow: 0px 0px 10px #777;
font-family: arial, helvetica, sans; font-family: arial, helvetica, sans;
font-size: 10pt; font-size: 9pt;
margin: 10px; margin: 16px auto;
padding: 10px; padding: 10px;
} }


Expand Down

0 comments on commit 01759b2

Please sign in to comment.