]> git.parisson.com Git - telemeta.git/commitdiff
styling home
authoryomguy <yomguy@parisson.com>
Tue, 15 Mar 2011 13:28:34 +0000 (14:28 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 15 Mar 2011 13:28:34 +0000 (14:28 +0100)
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta_default/home.html

index deafdc1312299f8d2351e3e4057b4c09d9c5fbc3..150725477ee58683fc50f14de5c09b473a9cda12 100644 (file)
@@ -73,6 +73,14 @@ a img { border: none; }
     font-weight: bold;
     display:  inline;
 }
+
+#content h2 {
+    background-color: #6a0307;
+    color: #FFF;
+    width: 75%;
+    padding: 0.3em 0.3em 0.3em 0.5em;
+}
+
 #header {
     padding: 0.2em 0;
     margin-bottom: .9em;
index 0f175eaef084fb2c9c2dbccff5a1c3a0f99d6dbe..834fdb78d5b2121326f7a4b9645cdc6a03c6fc90 100644 (file)
@@ -9,7 +9,7 @@
 <h3>Playlists</h3>
  <form method="POST" action="">{% csrf_token %}
   {% for playlist in playlists %}
-  <li>{{ playlist.name }}</li>
+  <h2>{{ playlist.name }}</h2>
     <table class="listing" width="75%">
         <tr>
             <th class="highlight">{% trans "Title" %}</th>