First shot at implementing reversing way direction

This commit is contained in:
Tom MacWright
2012-11-27 11:47:43 -05:00
parent e6cbe55592
commit d8db151553
6 changed files with 42 additions and 16 deletions
+9
View File
@@ -66,6 +66,15 @@ input[type=text]:focus {
button {
background:#3f5ca5;
border:0;
color:#fff;
font:normal 12px/18px 'Helvetica Neue', sans-serif;
margin:5px 5px 0 0;
cursor:pointer;
}
button:hover {
background:#000;
}
#bar button {