diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-27 19:01:25 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:04 +0200 |
| commit | d8615e2c9c0ad14d0f5b2688541c206a7af4d386 (patch) | |
| tree | 858578bd922cf10c8026d440ce7fd3965fd55a30 /index.html | |
| parent | 09ef7479157fab5896871304098d0c0ae6e12a22 (diff) | |
| download | wvs-vplan-d8615e2c9c0ad14d0f5b2688541c206a7af4d386.tar.gz wvs-vplan-d8615e2c9c0ad14d0f5b2688541c206a7af4d386.zip | |
fixe Auflösung von Kürzeln
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -22,7 +22,9 @@ <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> <link rel="stylesheet" type="text/css" href="css/index.css" /> - <link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.4.2.min.css" /> + <link rel="stylesheet" type="text/css" href="css/wvs-vplan-theme.min.css" /> + <link rel="stylesheet" type="text/css" href="css/jquery.mobile.structure-1.4.2.min.css" /> + <link rel="stylesheet" type="text/css" href="css/jquery.mobile.icons-1.4.2.min.css" /> <link rel="stylesheet" type="text/css" href="css/icon-pack-custom.css" /> <title>WvS VPlan</title> </head> @@ -46,8 +48,8 @@ <select id="themeselect" data-mini="true"> <option value="a">Hell</option> <option value="b">Dunkel</option> - <!--<option value="c">Gold</option> - <option value="d">Rosa</option>--> + <option value="c">Gold</option> + <option value="d">Pink</option> </select> <label for="dntflip">Zu Statistiken beitragen:</label> @@ -116,7 +118,7 @@ <div data-role="footer"> <h4 id="versioninfo" style="display:none"></h4> - <h5 style="color: rgb(150, 150, 150);font-size: 0.8em;font-weight: 300;">Version <span class="version"></span></h5> + <h5 style="font-size: 0.8em;font-weight: 300;">Version <span class="version"></span></h5> </div> </div> <!-- page --> @@ -128,6 +130,7 @@ <script type="text/javascript" src="js/moment-with-langs.min.js"></script> <script type="text/javascript" src="js/piwik.js"></script> + <script type="text/javascript" src="js/kuerzel.js"></script> <script type="text/javascript" src="js/index.js"></script> </body> </html> |
