diff options
| -rw-r--r-- | css/sally.css | 8 | ||||
| -rw-r--r-- | index.html | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/css/sally.css b/css/sally.css index 8c4dc9e..f360b0c 100644 --- a/css/sally.css +++ b/css/sally.css @@ -22,10 +22,10 @@ body { } a {display: block} -a:link, a:visited {text-decoration: none; color: #3b3740} +a:link, a:visited {text-decoration: none; color: #6b6760} +a:hover { text-decoration: underline } -{overflow: auto;} -.faded { color: 404040; } +.faded { color: #404040; } .rapper, .block { float: left; height:auto; @@ -74,7 +74,7 @@ a:link, a:visited {text-decoration: none; color: #3b3740} background-size: 4px 4px; } } -span { min-width: 8px; line-height: 15px; display: inline-block; } +span,a { min-width: 8px; line-height: 15px; display: inline-block; } .rapper { cursor: crosshair; } body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; } body.grid div { border-left: 1px solid #444; } @@ -50,7 +50,9 @@ <span id="webcam_el" class="tool">webcam</span> <span id="load_el" class="tool">load</span> <span id="save_el" class="tool">save</span> - <span id="clear_el" class="tool">new</span><br> + <span id="clear_el" class="tool">new</span> + <a href="http://asdf.us/im/gallery/?tag=ascii" target="_blank">gallery</a> + <br> </div> <div id="import_rapper"> |
