1
0
forked from GitHub/gf-core

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.
This commit is contained in:
hallgren
2013-09-29 16:25:16 +00:00
parent 20003e92f6
commit 452164f10f
2 changed files with 9 additions and 2 deletions

View File

@@ -32,8 +32,15 @@ th { background: #9df; }
h1 img { float: right; border: 0; } h1 img { float: right; border: 0; }
h1 img.nofloat { float: none; } h1 img.nofloat { float: none; }
img.right { float: right; }
ol.languages {
column-width: 12em;
-moz-column-width: 12em;
}
.grow { .grow {
max-width: 75%;
animation-name: grow; animation-name: grow;
animation-duration: 2s; animation-duration: 2s;
animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;

View File

@@ -255,7 +255,7 @@ syntax, lexicon, and inflection. The
<A HREF="lib/doc/synopsis.html">GF resource grammar library</A> has <A HREF="lib/doc/synopsis.html">GF resource grammar library</A> has
support for an increasing number of languages, currently including support for an increasing number of languages, currently including
</P> </P>
<OL> <ol class=languages>
<LI>Afrikaans <LI>Afrikaans
<LI>Amharic (partial) <LI>Amharic (partial)
<LI>Arabic (partial) <LI>Arabic (partial)
@@ -291,7 +291,7 @@ support for an increasing number of languages, currently including
<LI>Thai <LI>Thai
<LI>Turkish (fragments) <LI>Turkish (fragments)
<LI>Urdu <LI>Urdu
</OL> </ol>
<P> <P>
Adding a language to the resource library takes 3 to 9 Adding a language to the resource library takes 3 to 9