~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/search.css

  • Committer: Holger Rapp
  • Date: 2009-02-25 16:55:36 UTC
  • Revision ID: sirver@kallisto.local-20090225165536-3abfhjx8qsgtzyru
- Added my hacked version of pybb. Remerging new versions is very difficult at this point :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
.search h1 {
4
 
    display: block;
5
 
    font-weight: bold;
6
 
    padding: 5px;
7
 
    margin-top: 5px;
8
 
    margin-bottom: 1px;
9
 
    background: url('../img/background-444.png');
10
 
}
11
 
 
12
 
.search ul {
13
 
   list-style: none; 
14
 
}
15
 
 
16
 
.search .results .wiki {
17
 
   margin-bottom: 2px;
18
 
}
19
 
 
20
 
.posted {
21
 
   font-size: 80%;
22
 
}