GITLAB

Miguel Barão / perguntations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • perguntations
  • static
  • css
  • test.css
  • ff99b1d0   - tables rendering improved Browse Code »
    Miguel Barão
    2017-12-01 19:34:47 +0000  
test.css 417 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
/* Fixes navigation panel overlaying content */
html {
    font-size: 13px;
}

body {
    padding-top: 100px; /* make room at top of page for the navbar */
    background: #aaa;
}

/* Hack to avoid name clash between pygments and mathjax */
.MathJax .mo,
.MathJax .mi {
    color: inherit;
}

.card {
    margin-top: 5em;
}


textarea {
    font-family: monospace !important;
}
.noleftmargin {
    margin-left: 0px;
}