~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlscreens/static/css/screens.css

  • Committer: Holger Rapp
  • Date: 2009-02-20 12:25:18 UTC
  • Revision ID: holgerrapp@gmx.net-20090220122518-feaq34ta973snnct
Imported wikiapp into our repository, because we did some local changes (users must be logged in to edit wiki pages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.screenshot_list {
2
 
    list-style-type: none;
3
 
        margin: 0px;
4
 
        padding: 0px;
5
 
}
6
 
 
7
 
.screenshot_list li {
8
 
    text-align: center;
9
 
    padding: 15px;
10
 
    display: table-cell;    /* Work around for firefox 2 which doesn't support inline-block */
11
 
        display: inline-block;  
12
 
}
13