Move the custom css to it's own css file
This commit is contained in:
parent
2e092f0c99
commit
b890d46e36
3 changed files with 7 additions and 4 deletions
|
@ -5,10 +5,7 @@
|
|||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<style type="text/css">
|
||||
.centered { text-align:center; }
|
||||
.down { vertical-align:text-bottom; }
|
||||
</style>
|
||||
<link href="/css/custom.css" rel="stylesheet">
|
||||
<title>Imperial Library of Trantor</title>
|
||||
<script src="/js/jquery.js"></script>
|
||||
</head>
|
||||
|
|
Reference in a new issue