Commit 82bb34e3 authored by Leo Iannacone's avatar Leo Iannacone

invert background between page and file content - more focus on logs

parent 596e7cd7
body {
background: #f4f5f6;
}
.navbar { .navbar {
margin-top: 20px; margin-top: 20px;
} }
...@@ -18,6 +22,7 @@ ...@@ -18,6 +22,7 @@
.breadcrumb { .breadcrumb {
margin-bottom:10px; margin-bottom:10px;
background: none;
} }
#error { #error {
...@@ -108,7 +113,7 @@ footer { ...@@ -108,7 +113,7 @@ footer {
width: 100%; width: 100%;
bottom: 0; bottom: 0;
background: #fafafa; background: #fafafa;
border-top: 1px solid #f0f0f0; border-top: 1px solid #eaeaea;
} }
footer .info { footer .info {
...@@ -175,6 +180,8 @@ footer .info { ...@@ -175,6 +180,8 @@ footer .info {
#file .content { #file .content {
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-word; word-break: break-word;
background: white;
border-color: #d6d6d6;
} }
#file .no-background { #file .no-background {
......
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