[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/konqueror/about
From:       Jeff Snyder <jeff-kdecvs () caffeinated ! me ! uk>
Date:       2005-02-01 1:43:56
Message-ID: 20050201014356.BF5291CE8A () office ! kde ! org
[Download RAW message or body]

CVS commit by je4d: 

Make the navigation thing a <ul>...</ul>, for greater flexibility if someone wants to re-theme this


  M +5 -2      intro.html   1.18
  M +13 -0     konq_about.css   1.2
  M +5 -2      specs.html   1.21
  M +5 -2      tips.html   1.15


--- kdebase/konqueror/about/intro.html  #1.17:1.18
@@ -40,6 +40,9 @@
           %1<br />
           <!-- Konqueror is your file manager, web browser and universal document viewer. -->
-          %1<!-- introduction --> | <a href="tips.html">%1</a>
-          <!--tips--> | <a href="specs.html">%1</a> <!-- specs -->
+          <ul>
+            <li>%1<!-- introduction --></li>
+            <li><a href="tips.html">%1<!--tips--></a></li>
+            <li><a href="specs.html">%1<!-- specs --></a></li>
+          </ul>
         </div>
       </div>

--- kdebase/konqueror/about/konq_about.css  #1.1:1.2
@@ -95,4 +95,17 @@
 }
 
+#barCenter ul {
+  margin: 0;
+  padding: 0;
+}
+
+#barCenter li {
+  display: inline;
+}
+
+#barCenter li:not(:first-child):before { /* Aren't css3 selectors great? */
+  content: " | ";
+}
+
 #barR {
   background-image: url(bar-middle-right.png);

--- kdebase/konqueror/about/specs.html  #1.20:1.21
@@ -40,6 +40,9 @@
           %1<br />
           <!-- Konqueror is your file manager, web browser and universal document viewer. -->
-          <a href="intro.html">%1</a> <!-- introduction --> |
-          <a href="tips.html">%1</a> <!--tips--> | %1 <!-- specs -->
+          <ul>
+            <li><a href="intro.html">%1<!-- intro --></a></li>
+            <li><a href="tips.html">%1<!--tips--></a></li>
+            <li>%1<!-- specs --></li>
+          </ul>
         </div>
       </div>

--- kdebase/konqueror/about/tips.html  #1.14:1.15
@@ -40,6 +40,9 @@
           %1<br />
           <!-- Konqueror is your file manager, web browser and universal document viewer. -->
-          <a href="intro.html">%1</a> <!-- introduction --> |
-          %1 <!--tips--> | <a href="specs.html">%1</a> <!-- specs -->
+          <ul>
+            <li><a href="intro.html">%1<!-- intro --></a></li>
+            <li>%1<!--tips--></li>
+            <li><a href="specs.html">%1<!-- specs --></a></li>
+          </ul>
         </div>
       </div>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic