Skip to content

Commit e37d8dc

Browse files
committed
styling
1 parent 71c3b3b commit e37d8dc

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

docs/dist/style.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
h1 {
2-
font-family: "Raleway", sans-serif;
2+
font-family: "Helvetica Neue", sans-serif;
33
font-weight: 500;
44
color: #1a75ae;
55
text-align: center;
66
margin-top: 20px;
77
}
8-
body,table {
9-
font-family: "Raleway", sans-serif;
10-
background-color: #ffffff;
11-
}
12-
th {
13-
color: #000000;
8+
body {
9+
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
1410
}
1511
body, html {height: 100%}
1612

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414
<h1>Argo Sotware Guidelines</h1>
1515
<br><br>
16-
<table id="thistable" class="display">
16+
<table id="thistable" class="display order-column">
1717
<thead>
1818
<tr>
1919
<th><b>ID</b></th>
@@ -144,6 +144,8 @@ <h1>Argo Sotware Guidelines</h1>
144144
//Sortable.init()
145145
$(document).ready(function () {
146146
new DataTable('#thistable', {
147+
lengthMenu: [15, 25, 50, 75, 100],
148+
pageLength: 15,
147149
initComplete: function () {
148150
this.api()
149151
.columns([2, 3, 4, 5, 6, 7])

0 commit comments

Comments
 (0)