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/index.html | |
| parent | 17f3b456ce77369666c4e5de5aefbfb2ee961423 (diff) | |
gfse: added an alternate style sheet with the MOLTO color scheme
Diffstat (limited to 'src/editor/simple/index.html')
| -rw-r--r-- | src/editor/simple/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editor/simple/index.html b/src/editor/simple/index.html index 952440e71..d325985c3 100644 --- a/src/editor/simple/index.html +++ b/src/editor/simple/index.html @@ -2,7 +2,8 @@ <html manifest="gfse.manifest"> <head> <title>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"> @@ -31,7 +32,7 @@ This page does not work without JavaScript. <hr> <div class=modtime><small> HTML -<!-- hhmts start --> Last modified: Thu Feb 17 17:45:54 CET 2011 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Mon Mar 28 16:45:53 CEST 2011 <!-- hhmts end --> </small></div> <a href="about.html">About</a> <script type="text/javascript" src="support.js"></script> |
