~ltp-devs/loco-team-portal/0.1

« back to all changes in this revision

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

  • Committer: Daniel Holbach
  • Date: 2009-12-23 10:46:34 UTC
  • mfrom: (116.2.7 new-design)
  • Revision ID: daniel.holbach@canonical.com-20091223104634-9phwsecigd3y5wap
merged lp:~doctormo/loco-directory/teams_page_design - resolved conflict in loco_directory/templates/base.html, updated AUTHORS file, updated translations template

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;