diff options
Diffstat (limited to 'lfpe.css')
-rw-r--r-- | lfpe.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -4,6 +4,8 @@ textarea { p#translating_status { display: none; + margin-left: 4.2em; + margin-top: -5.5em } button { @@ -17,3 +19,15 @@ p#fi { display: none; } +div#wrapper { + margin: 4em; + padding: 1em; + border: 1px dashed #000 +} + +p#desc { + font-size:0.8em; + color: #ccc; + position: fixed +} + |