modified css

This commit is contained in:
unknown 2015-07-21 11:44:55 +01:00
parent 1de0abd0be
commit 0900939908
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,10 @@
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<style>
.info {border-bottom:1px solid #bbbbbb;}
.entry {padding-bottom:16px;}
</style>
</head>
<body>

View File

@ -11,6 +11,10 @@
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<style>
.info {border-bottom:1px solid #bbbbbb; padding-bottom:}
.entry {padding-bottom:16px;}
</style>
</head>
<body>