diff options
author | raylu <raylu@mixpanel.com> | 2011-07-17 18:35:17 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-17 18:54:20 -0700 |
commit | 467a1f8635ca93a48024fb80b4b44b4f979a2505 (patch) | |
tree | 786390aec8dca58a489d7fd4b03957239a1c6fa7 /webroot | |
parent | f5e76dbc7caeda4bc4984f00753220fe3bfbb7b2 (diff) | |
download | otakuhub-467a1f8635ca93a48024fb80b4b44b4f979a2505.tar.xz |
minor style fixes
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/css/search.css | 1 | ||||
-rw-r--r-- | webroot/css/view.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/webroot/css/search.css b/webroot/css/search.css index 20ea164..6ac8596 100644 --- a/webroot/css/search.css +++ b/webroot/css/search.css @@ -19,6 +19,7 @@ p.more a { background: -webkit-linear-gradient(top, #ddd, #bbb); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); color: #111; + outline: none; } p.more a:hover { background: #eee; diff --git a/webroot/css/view.css b/webroot/css/view.css index 7d10164..d5734a1 100644 --- a/webroot/css/view.css +++ b/webroot/css/view.css @@ -26,6 +26,7 @@ section#cast a { background: -webkit-linear-gradient(top, #ddd, #bbb); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); color: #111; + outline: none; } section#cast a:hover { background: #eee; |