Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • css
  • realops14.css
  • Changed index page layout
    18c43c52
    David Zhong authored
    2014-05-29 23:57:42 +1000  
    Browse Code ยป
realops14.css 331 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
html, body {
  height: 100%;
}

body {
  background-color: #eeeeee;
}

.jumbotron {
  margin-top: -20px;
}

h1 {
  margin-bottom: 20px;
}

#realops-flight-schedule td, #realops-flight-schedule th {
  text-align: center;
  vertical-align: middle;
}

#realops-body {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 400px;
}