[opw-web] Replace logo and favicon with a robot



commit 3782b911550a177fcce627c450b8c777fbe1118c
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Mar 10 12:08:56 2014 -0400

    Replace logo and favicon with a robot

 skins/easterngreen/css/bootstrap.css      |    4 ++++
 skins/easterngreen/css/img/opw-logo.png   |  Bin 1228 -> 10715 bytes
 skins/easterngreen/html/tpl_header.html   |    4 ++--
 skins/easterngreen/images/opw-favicon.png |  Bin 906 -> 0 bytes
 4 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/skins/easterngreen/css/bootstrap.css b/skins/easterngreen/css/bootstrap.css
index bcae1d3..ff5fa53 100644
--- a/skins/easterngreen/css/bootstrap.css
+++ b/skins/easterngreen/css/bootstrap.css
@@ -4423,6 +4423,10 @@ input[type="submit"].btn.btn-mini {
   text-shadow: 0 1px 0 #ffffff;
 }
 
+.navbar .brand img {
+  margin-right: 5px;
+}
+
 .navbar .brand:hover,
 .navbar .brand:focus {
   text-decoration: none;
diff --git a/skins/easterngreen/css/img/opw-logo.png b/skins/easterngreen/css/img/opw-logo.png
index 01e39de..a2b4b8e 100644
Binary files a/skins/easterngreen/css/img/opw-logo.png and b/skins/easterngreen/css/img/opw-logo.png differ
diff --git a/skins/easterngreen/html/tpl_header.html b/skins/easterngreen/html/tpl_header.html
index 5f59aaa..62d332a 100644
--- a/skins/easterngreen/html/tpl_header.html
+++ b/skins/easterngreen/html/tpl_header.html
@@ -21,7 +21,7 @@ ocalization variable
     <meta name="description" content="[[site_desc]]" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-    <link rel="shortcut icon" href="[[skin_path]]/css/img/opw-favicon.png" />
+    <link rel="shortcut icon" href="[[skin_path]]/css/img/opw-logo.png" />
     <link rel="stylesheet" type="text/css" media="screen, projection" href="[[skin_path]]/css/reset.css" />
     <link rel="stylesheet" type="text/css" media="screen, projection" href="[[skin_path]]/css/bootstrap.css" 
/>
     <link rel="stylesheet" type="text/css" media="screen, projection" href="[[skin_path]]/css/gnome.css" />
@@ -50,7 +50,7 @@ ocalization variable
                 </a>
 
                 <a class="brand" href="[[nav_home]]">
-                    <img src="[[skin_path]]/css/img/opw-logo.png" class="icon" alt="" />
+                    <img src="[[skin_path]]/css/img/opw-logo.png" width="24" height="24" class="icon" alt="" 
/>
                     {{site_name}}
                 </a>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]