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

List:       kde-commits
Subject:    www/sites/kphotoalbum
From:       Tobias Leupold <tobias.leupold () web ! de>
Date:       2015-05-26 11:07:25
Message-ID: E1YxChh-0004bb-Jb () scm ! kde ! org
[Download RAW message or body]

SVN commit 1427512 by tleupold:

Removed the table for the RSS links in favor of CSS.


 M  +6 -3      shared/header.php  
 M  +13 -20    styles/default.css  


--- trunk/www/sites/kphotoalbum/shared/header.php #1427511:1427512
@@ -42,9 +42,12 @@
 
 <?php require "{$_SERVER['DOCUMENT_ROOT']}/shared/menu.php"; ?>
 
-<table class="tabulka3">
-<tr><td><a href="news.rss" title="News feed"><img src="/img/rss.jpg" alt="RSS Icon" \
                /></a></td><td><a href="/news.rss" title="News feed">RSS<br />News \
                Feed</a></td></tr>
-</table>
+<div id="rssfeed">
+<a href="/news.rss" title="News feed">
+<img src="/img/rss.jpg" alt="RSS Icon" />
+RSS<br />News Feed
+</a>
+</div>
 
 </div>
 
--- trunk/www/sites/kphotoalbum/styles/default.css #1427511:1427512
@@ -243,26 +243,6 @@
 border-bottom: 1px solid gray;
 }
 
-.tabulka3 {
-margin-bottom: 5px;
-}
-
-.tabulka3 td {
-vertical-align: top;
-}
-
-.tabulka3 a img {
-margin-right: 5px;
-}
-
-.tabulka3 a {
-color: white;
-}
-
-.tabulka3 a:hover {
-color: silver;
-}
-
 .tabulka a, #obsah p a, #obsah li a, #obsah a:link, #obsah a:visited{
 color: #a1dfff;
 font-weight: bold;
@@ -405,3 +385,16 @@
 table.developers td:first-child {
     font-weight: bold;
 }
+
+#rssfeed a {
+    color: white;
+}
+
+#rssfeed a:hover {
+    color: silver;
+}
+
+#rssfeed img {
+    float: left;
+    margin-right: 5px;
+}


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

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