diff options
| author | hallgren <hallgren@chalmers.se> | 2011-03-28 14:46:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-03-28 14:46:15 +0000 |
| commit | 06a29cb5733b5523d6102eabe9578460d64d32d1 (patch) | |
| tree | b9ebbc7d5b8bbd071cd3144af6ad1891b7340cd8 /src/editor/simple/about.html | |
| parent | 17f3b456ce77369666c4e5de5aefbfb2ee961423 (diff) | |
gfse: added an alternate style sheet with the MOLTO color scheme
Diffstat (limited to 'src/editor/simple/about.html')
| -rw-r--r-- | src/editor/simple/about.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editor/simple/about.html b/src/editor/simple/about.html index 5e6b17c98..5c9f88879 100644 --- a/src/editor/simple/about.html +++ b/src/editor/simple/about.html @@ -2,7 +2,8 @@ <html> <head> <title>About: GF online editor for simple multilingual grammars</title> -<link rel=stylesheet href="editor.css"> +<link rel="stylesheet" type="text/css" href="editor.css" title="Cloud"> +<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO"> <link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren"> @@ -179,7 +180,7 @@ to be accessed from multiple devices. <hr> <div class=modtime><small> -<!-- hhmts start --> Last modified: Wed Mar 9 12:09:09 CET 2011 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Mon Mar 28 16:24:24 CEST 2011 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
