summaryrefslogtreecommitdiff
path: root/ext/fg/css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-17 18:42:44 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-17 18:42:44 -0700
commitde268e73a613b963ea982f34ca7439d57694facd (patch)
tree346778a33ca7ec0bd14867c1f744c9b1a24f0b3e /ext/fg/css
parent5bebf3ed2cff5c460afe6f0d3df56f26f12ae240 (diff)
Rethinking dictionary switching
Diffstat (limited to 'ext/fg/css')
-rw-r--r--ext/fg/css/popup.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css
index 4e8dc5f7..250b64f8 100644
--- a/ext/fg/css/popup.css
+++ b/ext/fg/css/popup.css
@@ -50,26 +50,6 @@ body {
white-space: nowrap;
}
-.dictionary {
- position: fixed;
- right: 0px;
- bottom: 0px;
-}
-
-.dictionary a {
- background-color: #333;
- color: #eee;
- display: inline-block;
- font-size: 16px;
- opacity: 0.75;
- padding: 0.3em;
- text-decoration: none;
-}
-
-.dictionary a:hover {
- opacity: 1.0;
-}
-
ol {
padding-left: 1.2em;
}