diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:26 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:26 +0000 |
commit | 4c47b4d7e3a74e81b97c1338cd90030b62574905 (patch) | |
tree | df2aaebf3ec82e1dafa47f880cb184b5e8520468 /www | |
parent | fd7f2fb2bca760f7abd14d837291c343b1f5c944 (diff) | |
download | neo-layout-4c47b4d7e3a74e81b97c1338cd90030b62574905.tar.gz neo-layout-4c47b4d7e3a74e81b97c1338cd90030b62574905.tar.bz2 neo-layout-4c47b4d7e3a74e81b97c1338cd90030b62574905.zip |
Import stylesheets, move some pixels, align padlocks
git-svn-id: https://svn.neo-layout.org@2464 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r-- | www/tastatur.css | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/www/tastatur.css b/www/tastatur.css index de054f7..9b2289a 100644 --- a/www/tastatur.css +++ b/www/tastatur.css @@ -11,29 +11,26 @@ text.mod, text.key, text.dead { writing-mode:lr-tb; } -text.deadcircle, text.dead, text.center, text.key { - text-align:center; - text-anchor:middle; -} - text.key { - font-size:20px; font-family:Linux Libertine O,Linux Libertine; } -text.dead { font-size:20px; } -text.deadcircle { font-size:16px; } - -text.big { - font-size:14px; -} - text.mod { - font-size:10px; text-align:start; text-anchor:start; } +text.deadcircle, text.dead, text.center, text.key { + text-align:center; + text-anchor:middle; +} + +text.key { font-size:22px; } +text.dead { font-size:20px; } +text.deadcircle { font-size:14px; } +text.mod { font-size:10px; } +text.big { font-size:14px; } + .key { stroke-width:1.25; } |