~cjohnston/loco-team-portal/667093

« back to all changes in this revision

Viewing changes to loco_directory/media/css/layout.css

  • Committer: Thomas Bechtold
  • Date: 2009-12-23 12:14:59 UTC
  • mfrom: (3.1.6 loco-directory.0.2)
  • Revision ID: thomasbechtold@jpberlin.de-20091223121459-mfdpc3bi6lzidfuq
merge from trunk; add revision stuff; add team-detail l&f improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        position: relative;
131
131
        overflow: hidden;
132
132
        margin: 0 0;
133
 
        padding-left: 0 50px;
 
133
        padding: 0px 40px 0px 40px;
134
134
        min-height: 538px;
135
135
}
136
136
* html #body {
146
146
        background-image: url(../img/footerbg.jpg); 
147
147
        background-repeat: repeat-x;
148
148
        background-position: bottom;
149
 
        padding: 0 0 0 0;
 
149
        padding: 0 0 20px 0;
 
150
        margin-bottom: 20px;
150
151
}
151
152
#footer .wrapper {
152
153
        padding: 0 15px 5px 15px;