Skip to content

Commit

Permalink
MINOR SSF-168 added compass generated css file
Browse files Browse the repository at this point in the history
  • Loading branch information
normann committed Apr 5, 2012
1 parent 64d0cba commit 4392751
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/GridField_print.css
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
h3 {
font-family: Arial, sans-serif; }

table {
border-collapse: collapse;
font-family: Arial, sans-serif;
color: #333;
font-size: 12pt; }
table th {
border-bottom: 2px solid #333;
padding: 5px 10px;
font-weight: bold;
text-align: left; }
table th:first-child {
padding-left: 0px; }
table td {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
text-align: left;
padding: 5px 10px; }
table td:first-child {
padding-left: 0px; }

0 comments on commit 4392751

Please sign in to comment.