Skip to content

Commit

Permalink
Tweak a background colour on the options page.
Browse files Browse the repository at this point in the history
git-svn-id: https://tarski.googlecode.com/svn/trunk@842 8ec1c81d-c82d-0410-ab24-9d07384f4a97
  • Loading branch information
beastaugh committed Nov 11, 2008
1 parent 6fe2110 commit 6adfc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/css/options.css
Expand Up @@ -52,7 +52,7 @@
#tarski-options .disabled { border-color: #ccc; background-color: #fafafa; }
#tarski-options .highlight { background: none; color: #d54e21; }
#tarski-options .update-status p:last-child { margin-bottom: 0; }
.postbox .tip { margin: 0 -10px -10px -10px; border-top:1px solid #dfdfdf; padding: 0.4em 10px 1px 10px; background: #fafafa; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.postbox .tip { margin: 0 -10px -10px -10px; border-top:1px solid #dfdfdf; padding: 0.4em 10px 1px 10px; background: #f9f9f9; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }

/**
* Navbar selection node tree
Expand Down

0 comments on commit 6adfc55

Please sign in to comment.