Skip to content

Commit

Permalink
Added style for tables in wiki-page-area
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Mar 21, 2016
1 parent cdd5a41 commit 5a2e9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-component/webroot/screen/webroot/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ form.editable-form button { background: white; color: #333; border: 1px solid; b
.bg-light .table-striped>tbody>tr:nth-child(odd)>td { background-color: rgba(243, 243, 243, 0.5); }
.bg-light .table-hover > tbody > tr:hover > td { background-color: rgba(234, 234, 234, 0.5); }

#wiki-page-area th, #wiki-page-area td { padding: 2px 4px 2px 4px; border: thin solid lightgrey; }

.CodeMirror, .CodeMirror-scroll { min-height: 600px; min-width: 800px; }

/* #content has white-space: nowrap, which is an annoying thing for all to inherit */
Expand Down

0 comments on commit 5a2e9ea

Please sign in to comment.