/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/resources/css/main.css

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 13:57:07 UTC
  • mfrom: (15.2.7 more-db)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: gustav.hartvigsson@gmail.com-20170828135707-u01hrx51i4rmkp1f
* merge?

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
 
45
45
.main-view {
46
 
    width: 70em;
47
 
    min-height: 10em;
48
 
    margin-left: auto;
49
 
    margin-right: auto;
50
 
    margin-top:4.50em;
51
 
    background-color: lightgray;
52
 
    box-shadow: 0px 0px 5px black;
53
 
}
 
 
b'\\ No newline at end of file'
 
46
  width: 70em;
 
47
  min-height: 10em;
 
48
  margin-left: auto;
 
49
  margin-right: auto;
 
50
  margin-top:4.50em;
 
51
  background-color: lightgray;
 
52
  box-shadow: 0px 0px 5px black;
 
53
}