mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-02-21 12:51:22 +01:00
update styles
This commit is contained in:
parent
f787dfd2d0
commit
7c7d2883e3
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user