chiark / gitweb /
Go through CSS and rationalize it. Some cosmetic improvements too.
[disorder] / templates / help.html
index 13029265b258da4cbb36b30952263ca6396bcb7e..3a5511907cfc5b7630e9665b9f338d2c73236d0e 100644 (file)
@@ -25,7 +25,7 @@ USA
  </head>
  <body>
 @include{topbar}@
-   <h1 class=title>@label{help.title}@</h1>
+   <h1>@label{help.title}@</h1>
 
    <h2 class=helptitle>Introduction</h2>
 
@@ -176,16 +176,16 @@ USA
     <table class=helpbuttons>
      <tbody>
       <tr>
-       <td class=helpbuttons><img
+       <td><img
        class=button src="@image:edit@"
        title="@label:choose.prefs@"
        alt="@label:choose.prefs@"></td>
-       <td class=helpbuttons>This button can be used to edit the details for a
+       <td>This button can be used to edit the details for a
        track; see <a href="#prefs">Editing Preferences</a> below.</td>
       </tr>
       <tr>
-       <td class=helpbuttons><span class=button>@label{choose.playall}@</span></td>
-       <td class=helpbuttons>This button plays all the tracks in a directory,
+       <td><span class=button>@label{choose.playall}@</span></td>
+       <td>This button plays all the tracks in a directory,
        in order.  This is used to efficiently play a whole album.</td>
       </tr>
      </tbody>