mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 14:40:41 +08:00
Load CSS correctly
This commit is contained in:
parent
5fdbe87a39
commit
6b2868798f
2 changed files with 4 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>NeoNetwork</title>
|
||||
<link rel="stylesheet" type="text/css" href="/neostyle.css" />
|
||||
<link rel="icon" href="/icon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="neostyle.css" />
|
||||
<link rel="icon" href="icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -41,6 +41,7 @@ h2 {
|
|||
.mono, code {
|
||||
font-family: monospace;
|
||||
font-size:12pt;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.msrf {
|
||||
|
@ -51,7 +52,7 @@ h2 {
|
|||
|
||||
.srf, p {
|
||||
font-family: serif;
|
||||
font-size:9pt;
|
||||
font-size:12pt;
|
||||
}
|
||||
|
||||
.srfb {
|
||||
|
@ -93,7 +94,3 @@ table, th, td {
|
|||
border-style: solid;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.whitebg {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue