• This project
    • Loading...
  • Sign in

fe / static-ci · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • static-ci
  • public
  • css
  • custom.css
  • Init commit
    4552c510
    by 姜枫
    2016-05-27 14:45:27 +0800  
    Browse Files
custom.css 211 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px 8px;
    vertical-align: middle;
}

.CodeMirror {
    min-height: 100%;
}