fixed styling
This commit is contained in:
parent
8c9355ffbb
commit
c417deaa01
3 changed files with 22 additions and 10 deletions
|
@ -8,11 +8,13 @@
|
|||
<title>Thing</title>
|
||||
|
||||
<link rel="stylesheet" href="/static/stylesheet.css">
|
||||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
{{ block "body" . }}{{ end }}
|
||||
</div>
|
||||
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>-->
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
|
@ -3,7 +3,7 @@
|
|||
<table id="list">
|
||||
<tr>
|
||||
<th width="30">ID</th>
|
||||
<th width="60">Title</th>
|
||||
<th width="60" align="left">Title</th>
|
||||
<th width="30" align="center">Score</th>
|
||||
<th width="30" align="center">Type</th>
|
||||
<th width="30" align="center">Progress</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue