~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to media/css/screens.css

  • Committer: Holger Rapp
  • Date: 2009-04-11 15:21:15 UTC
  • Revision ID: rapp@mrt.uka.de-20090411152115-qpbnxxze99td19bz
Added a first version of a screenshot application

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.category {
 
2
    font-weight: bold;
 
3
    padding: 5px;
 
4
    margin-top: 5px;
 
5
    margin-bottom: 1px;
 
6
    background: url('../img/background-444.png');
 
7
}
 
8
 
 
9
.image_display {
 
10
    margin: 4px 0px;
 
11
}
 
12
 
 
13
.sizes {
 
14
    text-align: right;
 
15
    font-size: 100%;
 
16
}
 
17
 
 
18
.screenshot_list {
 
19
    list-style-type: none;
 
20
}
 
21
 
 
22
.screenshot_list li {
 
23
    display: inline;
 
24
    padding: 15px;
 
25
}