~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/base.css

  • Committer: Holger Rapp
  • Date: 2010-09-26 13:30:30 UTC
  • Revision ID: sirver@gmx.de-20100926133030-ceirjf83vde91tyt
Added a simple events model to display dates on the homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
#id_search {
216
216
    width: 150px; 
217
217
}
 
218
 
 
219
/*
 
220
 * Events
 
221
 */
 
222
.event {
 
223
    text-align: center;
 
224
    width: 100%;
 
225
    padding-bottom: 5px;
 
226
}
 
227
 
 
228
.event .date {
 
229
    font-size: 80%
 
230
}
 
231
 
 
232