[Commits] r432 - in apps/opengeo/geoexplorer/trunk: . theme

commits at geoext.org commits at geoext.org
Tue Apr 21 18:28:08 CEST 2009


Author: dwins
Date: 2009-04-21 18:28:07 +0200 (Tue, 21 Apr 2009)
New Revision: 432

Added:
   apps/opengeo/geoexplorer/trunk/theme/about.css
Modified:
   apps/opengeo/geoexplorer/trunk/about.html
Log:
Add logo (thanks Rollie) and pull the about-page styling into a separate stylesheet.


Modified: apps/opengeo/geoexplorer/trunk/about.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/about.html	2009-04-21 15:46:05 UTC (rev 431)
+++ apps/opengeo/geoexplorer/trunk/about.html	2009-04-21 16:28:07 UTC (rev 432)
@@ -1,38 +1,7 @@
 <html>
     <head>
         <title>About GeoExplorer</title>
-        <style type="text/css">
-        body {
-           font-size: smaller;
-        }
-
-        h2 {
-            text-align: center;
-            font-weight: bold;
-            font-size: larger;
-        }
-
-        div.versioninfo {
-            text-align: center;
-        }
-
-        div.logo {
-            margin-left: auto;
-            margin-right: auto;
-            height: 70px;
-            width: 70px;
-            background: black;
-        }
-
-        h3 {
-            font-weight: bold;
-        }
-
-        a {
-            display: block;
-        }
-        </style>
-    </head>
+        <link rel="stylesheet" type="text/css" href="theme/about.css"/>    </head>
     <body>
     <div class="logo"></div>
     <h2> GeoExplorer </h2>

Added: apps/opengeo/geoexplorer/trunk/theme/about.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/about.css	                        (rev 0)
+++ apps/opengeo/geoexplorer/trunk/theme/about.css	2009-04-21 16:28:07 UTC (rev 432)
@@ -0,0 +1,30 @@
+body {
+    font-size: smaller;
+}
+
+h2 {
+    text-align: center;
+    font-weight: bold;
+    font-size: larger;
+}
+
+div.versioninfo {
+    text-align: center;
+}
+
+div.logo {
+    margin-left: auto;
+    margin-right: auto;
+    height: 70px;
+    width: 70px;
+    background: url('img/GeoExt_Logo.png');
+}
+
+h3 {
+    font-weight: bold;
+}
+
+a {
+display: block;
+}
+



More information about the Commits mailing list