[Projeler-commits] r253 - in zangetsu: static templates

projeler-uludag at uludag.org.tr projeler-uludag at uludag.org.tr
27 Eki 2006 Cum 17:04:27 EEST


Author: caglar
Date: Fri Oct 27 17:04:27 2006
New Revision: 253

Modified:
   zangetsu/static/blog.css
   zangetsu/templates/base.html
Log:
kozmetik

Modified: zangetsu/static/blog.css
=================================================================
--- zangetsu/static/blog.css	(original)
+++ zangetsu/static/blog.css	Fri Oct 27 17:04:27 2006
@@ -1,8 +1,8 @@
 body { 
+	background: #fff;
 	font-family: verdana, arial, sans;
 	font-size: 10pt;
 	margin: 0 0 0 0;
-	background: #fff;
 }
 
 html>body {
@@ -15,14 +15,14 @@
 
 #header {
 	background-image: url(./bilinear.png);
-    background-repeat: repeat-x;
+	background-repeat: repeat-x;
 	display: table;
 	font-family: mono, sans-serif;
 	font-size: medium;
 	font-weight: bold;
+	line-height: 30px;
 	margin: 0 0 1ex 0;
 	width: 100%;
-	line-height: 30px;
 }
 
 #header a {
@@ -31,9 +31,18 @@
 }
 
 #footer {
+	background-image: url(./bilinear.png);
+	background-repeat: repeat-x;
 	clear: both;
-	text-align: center;
+	display: table;
+	font-family: mono, sans-serif;
 	font-size: 10px;
+	font-size: medium;
+	font-weight: bold;
+	line-height: 30px;
+	margin: 0 0 1ex 0;
+	text-align: center;
+	width: 100%;
 }
 
 #content {
@@ -45,8 +54,8 @@
 
 #menu {
 	margin-left: 75%;
-	width: 20%;
 	padding: 0 0 0 40px;
+	width: 20%;
 }
 
 pre
@@ -108,10 +117,10 @@
 .entry {
 	background-image: url(./entry.gif);
 	background-repeat: no-repeat;
-	padding: 15px 0 10px 42px;
 	border-bottom: 1px #999 dashed;
-	margin-bottom: 10px;
 	display: table;
+	margin-bottom: 10px;
+	padding: 15px 0 10px 42px;
 	width: 95%;
 }
 

Modified: zangetsu/templates/base.html
=================================================================
--- zangetsu/templates/base.html	(original)
+++ zangetsu/templates/base.html	Fri Oct 27 17:04:27 2006
@@ -84,9 +84,6 @@
             <a href="{{ blog_url }}/../wiki">Wiki</a>
     </div>
 
-    <div id="footer">
-        <a href="{{ blog_url }}/feed/rss"><img border="0" src="{{ blog_url }}/../static/feed-icon-24x24.png" alt="rss"></a>
-        <a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangoproject120x25_grey.gif" border="0" alt="A Django project." title="A Django project."></a>
-    </div>
+    <div id="footer">Zangetsu is a <a href="http://www.djangoproject.com/" alt="django">Django</a> project...</div>
 </body>
 </html>


Projeler-commits mesaj listesiyle ilgili daha fazla bilgi