Move the custom css to it's own css file

This commit is contained in:
Las Zenow 2012-12-17 21:57:08 +01:00
parent 2e092f0c99
commit b890d46e36
3 changed files with 7 additions and 4 deletions

6
css/custom.css Normal file
View file

@ -0,0 +1,6 @@
.centered {
text-align:center;
}
.down {
vertical-align:text-bottom;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View file

@ -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>