diff options
author | clarkzjw <[email protected]> | 2020-07-01 01:18:22 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2020-07-01 01:18:22 +0800 |
commit | 933852af526e7deb18ce5a63603614982e667e2f (patch) | |
tree | c49e2ddbea8e3e8f33c5c6dc363bd6b050c2e967 /index.html | |
parent | 0ed395e1d24cb98bcb710b24aab84dacad050440 (diff) | |
download | blog.jinwei.me-933852af526e7deb18ce5a63603614982e667e2f.tar.gz |
+ minify
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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> |