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
  • d4ab394c   - removed unused learn.css file. ... Browse Code »
    - added log warning if user already logged in.
    Miguel Barão
    2018-01-29 15:16:20 +0000  
topic.css 439 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: 90px;
    border-radius: 0px;
}
body {
    margin: 0;
    padding-top: 0px;
    margin-bottom: 60px; /* Margin bottom by footer height */
}

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

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