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 /index.html | |
| 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 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index e891b6674..445ede618 100644 --- a/index.html +++ b/index.html @@ -255,7 +255,7 @@ syntax, lexicon, and inflection. The <A HREF="lib/doc/synopsis.html">GF resource grammar library</A> has support for an increasing number of languages, currently including </P> -<OL> +<ol class=languages> <LI>Afrikaans <LI>Amharic (partial) <LI>Arabic (partial) @@ -291,7 +291,7 @@ support for an increasing number of languages, currently including <LI>Thai <LI>Turkish (fragments) <LI>Urdu -</OL> +</ol> <P> Adding a language to the resource library takes 3 to 9 |
