]> git.parisson.com Git - telemeta.git/commitdiff
fix plaulist width in home page
authoryomguy <yomguy@parisson.com>
Thu, 28 Apr 2011 10:29:56 +0000 (12:29 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 28 Apr 2011 10:29:56 +0000 (12:29 +0200)
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta_default/home.html

index 6206678b5e8bfc65035ecb848a511a0f56f9d267..ba0a1e068f37695f074b8d91ee1679ffe3aeeda3 100644 (file)
@@ -841,7 +841,7 @@ a.image-link {
 }
 
 .home-description {
-    padding-right: 370px;
+    padding-right: 33%;
     display: block;
 }
 
index cf6e4470465a2be27f9cffeb3a379eabcef20bd9..b505724d718ac0d2ea3732a0e2a7d08fda7aef41 100644 (file)
@@ -69,7 +69,7 @@
   {% for playlist in playlists %}
   <!--<div>-->
   <!--<h2>{{ playlist.playlist.title }}</h2>-->
-  <table class="listing" style="width:95%;margin-top: 3em">
+  <table class="listing" style="width:100%;margin-top: 3em">
       <tr>
           <td style="border-bottom:1px solid #6A0307;color:#6A0307;font-size: 100%">{{ playlist.playlist.title }}</td>
           <td style="width:66ex; padding-right: 0; border-bottom:1px solid #6A0307; text-align:right">
@@ -82,7 +82,7 @@
   
   
   <!--</div>-->
-    <table class="listing" width="95%">
+    <table class="listing" width="100%">
         <tr>
             <th class="highlight">{% trans "Title" %}</th>
             <th>{% trans "Type" %}</th>