changeset 57:5d4b8372729e

Merged.
author Ariane Broermann <ariane@intevation.de>
date Tue, 25 Mar 2014 11:08:03 +0100
parents d72e08246c51 (diff) 0e464c5a657c (current diff)
children 85ec4bb0c48a
files main.html
diffstat 3 files changed, 22 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/css/style.css	Mon Mar 24 18:28:44 2014 +0100
+++ b/css/style.css	Tue Mar 25 11:08:03 2014 +0100
@@ -29,18 +29,27 @@
 /* Custom page carousel */
 .carousel-caption {
     position: relative;
-    margin-top: 20px;
+    margin-top: 10px;
+    margin-bottom: 5px;
     margin-right: 250px;
-    padding-bottom: 0;
-    text-align: left;
+    text-align: center;
+    color: #323;
 }
-.carousel-caption {
-    color: #4c4c4c;
-}
+
 .carousel-img {
     width: 755px;
     height: 525px;
 }
+
+.carousel-indicators li {
+    border: 2px solid #323;
+}
+.carousel-indicators .active {
+    border: 2px solid #323;
+    background-color: #323;
+}
+
+
 /*
  * dive4elements
  * --------------------------------------------------
--- a/footer.html	Mon Mar 24 18:28:44 2014 +0100
+++ b/footer.html	Tue Mar 25 11:08:03 2014 +0100
@@ -1,5 +1,7 @@
 <div class="footer">
     © 2014 Intevation GmbH <br />
     Dive4Elements ist lizensiert unter der <a href=
-    "http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL v2.1</a>.
+    "http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL v2.1</a>. <br />
+    Dive4Elements River ist lizensiert unter der <a href=
+    "http://www.gnu.org/licenses/agpl-3.0.html">GNU AGPL</a>.
 </div><!-- /footer -->
--- a/main.html	Mon Mar 24 18:28:44 2014 +0100
+++ b/main.html	Tue Mar 25 11:08:03 2014 +0100
@@ -39,25 +39,25 @@
             <div class="item active">
               <img src="img/einstieg.png" alt="Einstiegsseite" class="img-responsive">
               <div class="carousel-caption">
-                <!--<p>Einstiegsseite der Anwendung.</p> -->
+                <p>Einstiegsseite der Anwendung.</p>
               </div>
             </div>
             <div class="item">
               <img src="img/w-info_lang.png" alt="w-info" class="img-responsive">
               <div class="carousel-caption">
-                <!--<p>Das Modul W-Info mit Wasserspiegellage bei HQ100 der Elbe, einem Wasserstand von HQ500 und dem Talweg(2004).</p> -->
+                <p>Das Modul W-Info mit Wasserspiegellage bei HQ100 der Elbe, einem Wasserstand von HQ500 und dem Talweg(2004).</p>
               </div>
             </div>
             <div class="item">
               <img src="img/m-info_fliess.png" alt="m-info" class="img-responsive">
               <div class="carousel-caption">
-                <!--<p>Das Modul M-Info mit der Fließgeschwindigkeit der Elbe bei HQ100 als Gesamtrinne.</p>-->
+                <p>Das Modul M-Info mit der Fließgeschwindigkeit der Elbe bei HQ100 als Gesamtrinne.</p>
               </div>
             </div>
             <div class="item">
               <img src="img/karte.png" alt="karte" class="img-responsive">
               <div class="carousel-caption">
-                <!--<p>Die Flußachse der Elbe mit aktuellen Querprofilspuren und der neuen OSM Hintergrundkarte.</p> -->
+                <p>Die Flußachse der Elbe mit aktuellen Querprofilspuren und der neuen OSM Hintergrundkarte.</p>
               </div>
             </div>
           </div>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)