We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c8231 commit a03546cCopy full SHA for a03546c
_includes/archive-single.html
@@ -12,33 +12,6 @@
12
{% assign title = post.title %}
13
{% endif %}
14
15
-<head>
16
-
17
- <style>
18
- .papertable {
19
- width:180%;
20
- border:none;
21
- border-spacing:0px;
22
- border-collapse:separate;
23
- margin-right:auto;
24
- margin-left:auto;
25
- margin-bottom:0.5em;
26
- }
27
- .paperimage {
28
- padding-right:2.5%;
29
- width:30%;
30
- max-width:20%;
31
32
33
- .papertext {
34
- width:80%;
35
- vertical-align:middle;
36
37
- padding-bottom:5%;
38
39
- </style>
40
-</head>
41
42
<div class="{{ include.type | default: "list" }}__item">
43
<article>
44
<!-- paper table -->
0 commit comments