diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-10 08:48:26 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-10 08:49:41 +0800 |
commit | 46bc5c4ec06f35b545af7aa0ebf0ea09da7df07d (patch) | |
tree | 024a1739eb2a1eb9aa40416ffab923ebcaea7046 /data | |
parent | aca7c30d20069031c132b1aeb34b62bfd445153e (diff) | |
download | gsoc2013-epiphany-46bc5c4ec06f35b545af7aa0ebf0ea09da7df07d.tar.gz gsoc2013-epiphany-46bc5c4ec06f35b545af7aa0ebf0ea09da7df07d.tar.zst gsoc2013-epiphany-46bc5c4ec06f35b545af7aa0ebf0ea09da7df07d.zip |
Blast from the past
Diffstat (limited to 'data')
-rw-r--r-- | data/pages/about.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/pages/about.css b/data/pages/about.css index 2937047eb..a55485ce1 100644 --- a/data/pages/about.css +++ b/data/pages/about.css @@ -28,4 +28,16 @@ { background: #d0dafd; color:#339; -}
\ No newline at end of file +} + +#ephytext { + margin-top: 15%; + font-size: 1.3em; + text-align: center; +} + +#from { + margin-top: 1em; + font-size: 1.5em; + text-align: right; +} |