Kaynağa Gözat

Merge pull request #59 from Ferada/validation-fixes

Fix validation errors.
Brit Butler 10 yıl önce
ebeveyn
işleme
375c25d5f5

+ 2 - 2
themes/hyde/base.tmpl

@@ -43,8 +43,8 @@
43 43
         </a>
44 44
       {/if}
45 45
       by {$config.author}
46
-      <a rel="coleslaw" href="https://github.com/redline6561/coleslaw">
47
-        <img align="right" src="{$config.domain}/css/logo_small.jpg" />
46
+      <a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
47
+        <img src="{$config.domain}/css/logo_small.jpg" alt="Coleslaw logo" />
48 48
       </a>
49 49
     </div>
50 50
   </body>

+ 1 - 0
themes/hyde/css/style.css

@@ -1,5 +1,6 @@
1 1
 #content { background: #fff; padding-top: 1em }
2 2
 #header { float: right; margin-left: 1em; margin-bottom: 1em }
3
+#coleslaw-logo { float: right; }
3 4
 a { text-decoration: none; color: #992900 }
4 5
 a.anchor { color: black }
5 6
 .date { font-style: italic }

+ 2 - 2
themes/readable/base.tmpl

@@ -56,8 +56,8 @@
56 56
               </a>
57 57
             {/if}
58 58
             by {$config.author}
59
-            <a rel="coleslaw" href="https://github.com/redline6561/coleslaw">
60
-              <img align="right" src="{$config.domain}/img/logo_small.jpg" /></p>
59
+            <a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
60
+              <img src="{$config.domain}/img/logo_small.jpg" alt="Coleslaw logo" /></p>
61 61
             </a>
62 62
           </div>
63 63
         </div>

+ 1 - 0
themes/readable/css/custom.css

@@ -1,3 +1,4 @@
1
+#coleslaw-logo { float: right; }
1 2
 hr {
2 3
     border: 0;
3 4
     height: 1px;