Commit 2be3032f authored by Leo Iannacone's avatar Leo Iannacone

add body background image from ubuntu.com website

parent 82bb34e3
body {
background: #f4f5f6;
background: url("../images/image-background-paper.png") repeat-y center top #f7f7f7
}
.navbar {
......@@ -20,11 +20,22 @@ body {
margin-left: 14px;
}
pre {
white-space: pre-wrap;
word-break: break-word;
background: white;
border-color: #d6d6d6;
}
.breadcrumb {
margin-bottom:10px;
background: none;
}
.nav>li>a:hover, .nav>li>a:focus {
background-color: rgba(0,0,0,0.05);
}
#error {
display: none;
}
......@@ -177,13 +188,6 @@ footer .info {
line-height: 35px;
}
#file .content {
white-space: pre-wrap;
word-break: break-word;
background: white;
border-color: #d6d6d6;
}
#file .no-background {
background: none;
border: none;
......@@ -205,7 +209,7 @@ footer .info {
#package_info {
display: inline-block;
background: #f4f4f4;
background: none;
padding: 4px 10px;
margin-bottom: 10px;
border-radius: 4px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment