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

add body background image from ubuntu.com website

parent 82bb34e3
body { body {
background: #f4f5f6; background: url("../images/image-background-paper.png") repeat-y center top #f7f7f7
} }
.navbar { .navbar {
...@@ -20,11 +20,22 @@ body { ...@@ -20,11 +20,22 @@ body {
margin-left: 14px; margin-left: 14px;
} }
pre {
white-space: pre-wrap;
word-break: break-word;
background: white;
border-color: #d6d6d6;
}
.breadcrumb { .breadcrumb {
margin-bottom:10px; margin-bottom:10px;
background: none; background: none;
} }
.nav>li>a:hover, .nav>li>a:focus {
background-color: rgba(0,0,0,0.05);
}
#error { #error {
display: none; display: none;
} }
...@@ -177,13 +188,6 @@ footer .info { ...@@ -177,13 +188,6 @@ footer .info {
line-height: 35px; line-height: 35px;
} }
#file .content {
white-space: pre-wrap;
word-break: break-word;
background: white;
border-color: #d6d6d6;
}
#file .no-background { #file .no-background {
background: none; background: none;
border: none; border: none;
...@@ -205,7 +209,7 @@ footer .info { ...@@ -205,7 +209,7 @@ footer .info {
#package_info { #package_info {
display: inline-block; display: inline-block;
background: #f4f4f4; background: none;
padding: 4px 10px; padding: 4px 10px;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 4px; 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