diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-29 13:00:26 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-29 13:00:26 +0100 |
| commit | 538fe5bddb1104cac9da0299f056ca26cac7af83 (patch) | |
| tree | 7805ddcbe3438ee85011c90cbe900e862b0886aa | |
| parent | f4052c8a5e1ffb698c54f40f68c7aa0a1813afb3 (diff) | |
Don't wrap dates on hompage
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html index 11ad92bc3..329fe6370 100644 --- a/index.html +++ b/index.html @@ -215,31 +215,31 @@ least one, it may help you to get a first idea of what GF is. <h2>News</h2> <dl class="row"> - <dt class="col-sm-3 text-center">2018-12-03</dt> + <dt class="col-sm-3 text-center text-nowrap">2018-12-03</dt> <dd class="col-sm-9"> <a href="http://school.grammaticalframework.org/2018/">Sixth GF Summer School</a> in Stellenbosch (South Africa), 3–14 December 2018 </dd> - <!-- <dt class="col-sm-3 text-center">2018-11-28</dt> + <!-- <dt class="col-sm-3 text-center text-nowrap">2018-11-28</dt> <dd class="col-sm-9"> <strong>GF 3.10 released.</strong> <a href="download/release-3.10.html">Release notes</a> </dd> --> - <dt class="col-sm-3 text-center">2018-07-25</dt> + <dt class="col-sm-3 text-center text-nowrap">2018-07-25</dt> <dd class="col-sm-9"> The GF repository has been split in two: <a href="https://github.com/GrammaticalFramework/gf-core">gf-core</a> and <a href="https://github.com/GrammaticalFramework/gf-rgl">gf-rgl</a>. The original <a href="https://github.com/GrammaticalFramework/GF">GF</a> repository is now archived. </dd> - <dt class="col-sm-3 text-center">2017-08-11</dt> + <dt class="col-sm-3 text-center text-nowrap">2017-08-11</dt> <dd class="col-sm-9"> <strong>GF 3.9 released.</strong> <a href="download/release-3.9.html">Release notes</a> </dd> - <dt class="col-sm-3 text-center">2017-06-29</dt> + <dt class="col-sm-3 text-center text-nowrap">2017-06-29</dt> <dd class="col-sm-9"> GF is moving to <a href="https://github.com/GrammaticalFramework/GF/">GitHub</a>.</dd> - <dt class="col-sm-3 text-center">2017-03-13</dt> + <dt class="col-sm-3 text-center text-nowrap">2017-03-13</dt> <dd class="col-sm-9"> <a href="http://school.grammaticalframework.org/2017/">GF Summer School</a> in Riga (Latvia), 14-25 August 2017 </dd> |
