~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/help.css

  • Committer: Holger Rapp
  • Date: 2012-03-17 16:22:06 UTC
  • Revision ID: sirver@gmx.de-20120317162206-fgttamk22qt1nytj
Let post count be calculated automatically instead of keeping track of it manually. Let's see how this affects performance

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
table.help {
2
 
        width: 100%;
3
 
        border-collapse: collapse;
4
 
        margin-bottom: 20px;
5
 
}
6
 
 
7
 
table.help tr {
8
 
        
9
 
}
10
 
 
11
 
table.help th {
12
 
        padding: 4px;
13
 
        font-weight: normal;
14
 
        font-size: 0.8em;
15
 
        text-align: left;
16
 
}
17
 
 
18
 
table.help td {
19
 
        padding: 4px;
20
 
        border: 1px solid black;
21
 
}
22
 
 
23
 
img.icon {
24
 
        margin: 0px 10px 10px 0px;
25
 
}
 
 
b'\\ No newline at end of file'