Added way to have project specific css override
This commit is contained in:
parent
58e96a5906
commit
4731f3a7f1
2 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="/css/main.css" />
|
<link rel="stylesheet" href="/css/main.css" />
|
||||||
|
<link rel="stylesheet" href="/css/project.css" />
|
||||||
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
|
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
|
||||||
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
|
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
0
static/css/project.css
Normal file
0
static/css/project.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue