Skip to content

Commit

Permalink
css change
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiea committed Oct 10, 2012
1 parent 2868ec6 commit ceecda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/admin.css
Expand Up @@ -35,7 +35,7 @@ body {
text-decoration: underline;
cursor: pointer; }
#admin .publish {
color: red; }
color: blue; }
#admin .publish:hover {
text-decoration: underline;
cursor: pointer; }
Expand Down
2 changes: 1 addition & 1 deletion public/css/admin.sass
Expand Up @@ -45,7 +45,7 @@ body
text-decoration: underline
cursor: pointer
.publish
color: red
color: blue
&:hover
text-decoration: underline
cursor: pointer
Expand Down

0 comments on commit ceecda4

Please sign in to comment.