update styles

This commit is contained in:
Daniel Kummer 2012-08-13 12:45:33 +02:00
parent f787dfd2d0
commit 7c7d2883e3
3 changed files with 9 additions and 6 deletions

View File

@ -73,7 +73,8 @@ blockquote {
border-right: 2px solid #30334F;
border-radius: 10px;
padding: 5px 20px;
color: white;
font-family: menlo, monospace;
}
code {
@ -118,7 +119,7 @@ code {
.lines-big {
width: 500px;
height: 5620px;
height: 5500px;
background-repeat: repeat-y;
background: url("../img/lines-big.png");
position: absolute;

View File

@ -92,7 +92,8 @@ blockquote {
border-right: 2px solid #30334F;
border-radius: 10px;
padding: 5px 20px;
color:white;
font-family: menlo, monospace;
}
code {
@ -137,7 +138,7 @@ code {
.lines-big {
width: 500px;
height: 5620px;
height: 5500px;
background-repeat: repeat-y;
background: url("../img/lines-big.png");
position: absolute;

View File

@ -5,8 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>git-flow cheatsheet</title>
<link href='http://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print">
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,handheld,print">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,handheld">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<script src="js/jquery-1.7.2.min.js"></script>