aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/_includes/site.css b/_includes/site.css
index 73f6416..b47de20 100644
--- a/_includes/site.css
+++ b/_includes/site.css
@@ -1,5 +1,5 @@
1* { 1* {
2 box-sizing: border-box 2 box-sizing: border-box;
3} 3}
4 4
5body { 5body {
@@ -27,7 +27,7 @@ header {
27 27
28header a, 28header a,
29nav ul li a { 29nav ul li a {
30 text-decoration: none 30 text-decoration: none;
31} 31}
32 32
33header a { 33header a {
@@ -71,7 +71,6 @@ article img {
71 max-width: 100%; 71 max-width: 100%;
72 display: block; 72 display: block;
73 border: 2px solid #f1f1f1; 73 border: 2px solid #f1f1f1;
74 border-radius: 2px
75} 74}
76 75
77time { 76time {
@@ -117,7 +116,6 @@ table td {
117 padding: 0 15px; 116 padding: 0 15px;
118 font-size: 80%; 117 font-size: 80%;
119 border: 2px solid #f1f1f1; 118 border: 2px solid #f1f1f1;
120 border-radius: 2px;
121 overflow: auto; 119 overflow: auto;
122} 120}
123 121
@@ -143,7 +141,7 @@ table td {
143 footer, 141 footer,
144 header, 142 header,
145 nav { 143 nav {
146 text-align: center 144 text-align: center;
147 } 145 }
148 .responsive-table { 146 .responsive-table {
149 width: 100%; 147 width: 100%;
@@ -153,6 +151,6 @@ table td {
153 151
154@media print { 152@media print {
155 body { 153 body {
156 padding: 50px auto 154 padding: 50px auto;
157 } 155 }
158} 156}