aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/index.html b/index.html
index 45443a9..0fefce4 100644
--- a/index.html
+++ b/index.html
@@ -62,13 +62,16 @@
62 color: #6d4100; 62 color: #6d4100;
63 text-decoration: underline 63 text-decoration: underline
64 } 64 }
65 ol, ul { 65 ul {
66 margin: 10px 0 10px 15px; 66 margin: 5px 0 15px 40px;
67 padding: 0
68 }
69 li {
70 margin: 5px 0 5px 5px;
67 padding: 0 71 padding: 0
68 } 72 }
69 </style> 73 </style>
70 <link href="_static/han.min.css" rel="stylesheet" type="text/css"> 74 <link href="favicon.ico" rel="shortcut icon">
71 <link href="_static/favicon.ico" rel="shortcut icon">
72 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> 75 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
73</head> 76</head>
74<body> 77<body>
Powered by cgit v1.2.3 (git 2.41.0)