GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • static
  • css
  • topic.css
  • e20125b8   - minor adjustments in looks and logs Browse Code »
    Miguel Barão
    2018-01-30 19:02:03 +0000  
topic.css 444 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 27 28
.progress {
    /*position: fixed;*/
    top: 0;
    height: 85px;
    border-radius: 0px;
}
body {
    margin: 0;
    padding-top: 0px;
    margin-bottom: 120px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    line-height: 60px;
    /*background-color: #f5f5f5;*/
}

html {
    position: relative;
    min-height: 100%;
}
textarea {
    font-family: monospace;
}