Sfoglia il codice sorgente

Adding css versions.

j8
Yana Stamcheva 11 anni fa
parent
commit
979c8b8b12
2 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 0
    1
      css/main.css
  2. 3
    3
      index.html

+ 0
- 1
css/main.css Vedi File

@@ -7,7 +7,6 @@ html, body{
7 7
     background: #e9e9e9;
8 8
 }
9 9
 
10
-
11 10
 #videospace {
12 11
     display: block;
13 12
     position: absolute;

+ 3
- 3
index.html Vedi File

@@ -8,9 +8,9 @@
8 8
     <script src="estos_log.js"></script><!-- simple stanza logger -->
9 9
     <script src="app.js"></script><!-- application logic -->
10 10
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
11
-    <link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
12
-    <link rel="stylesheet" href="css/jquery-impromptu.css">
13
-    <link rel="stylesheet" href="css/modaldialog.css">
11
+    <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=1"/>
12
+    <link rel="stylesheet" href="css/jquery-impromptu.css?v=1">
13
+    <link rel="stylesheet" href="css/modaldialog.css?v=1">
14 14
     <script src="libs/jquery-impromptu.js"></script>
15 15
     <script src="libs/jquery.autosize.js"></script>
16 16
     <script src="config.js"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->

Loading…
Annulla
Salva