diff options
| author | hallgren <hallgren@chalmers.se> | 2013-09-29 16:25:16 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-09-29 16:25:16 +0000 |
| commit | 7c0936b7ce23098c052253f7aa3db0c6f3d33054 (patch) | |
| tree | 5dad6ac0e11198d054324810c036bd491fc16523 /css | |
| parent | 426bc49a52b4efa0ef0129d713842d8c9abdf0ff (diff) | |
GF home page: minor style changes
+ Split the list of languages into several columns if space permits
(in supported browsers, currently Firefox).
+ Limit the size of the GF logo to 75% of width the window. Looks better on
small screens.
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 677233e34..396e6f742 100644 --- a/css/style.css +++ b/css/style.css @@ -32,8 +32,15 @@ th { background: #9df; } h1 img { float: right; border: 0; } h1 img.nofloat { float: none; } +img.right { float: right; } + +ol.languages { + column-width: 12em; + -moz-column-width: 12em; +} .grow { + max-width: 75%; animation-name: grow; animation-duration: 2s; animation-timing-function: ease-in-out; |
