Commit 1ab91c7d authored by Luca Barbato's avatar Luca Barbato

doxy: Update the css to have a flat style

Drop references to the doxy image gradients and style a the code blocks to
keep the whitespace and indent properly.
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 9ace13db
...@@ -214,6 +214,10 @@ code { ...@@ -214,6 +214,10 @@ code {
background-color: #f7f7f9; background-color: #f7f7f9;
border: 1px solid #e1e1e8; border: 1px solid #e1e1e8;
} }
.fragment .line {
padding-left: 2em;
white-space: pre;
}
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
...@@ -222,7 +226,6 @@ pre { ...@@ -222,7 +226,6 @@ pre {
line-height: 20px; line-height: 20px;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
white-space: pre;
white-space: pre-wrap; white-space: pre-wrap;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #ccc;
...@@ -1518,7 +1521,6 @@ table.memberdecls { ...@@ -1518,7 +1521,6 @@ table.memberdecls {
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
-webkit-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px;
background-image:url('nav_f.png');
background-repeat:repeat-x; background-repeat:repeat-x;
background-color: #E2F2E2; background-color: #E2F2E2;
...@@ -1749,7 +1751,6 @@ table.fieldtable { ...@@ -1749,7 +1751,6 @@ table.fieldtable {
} }
.fieldtable th { .fieldtable th {
background-image:url('nav_f.png');
background-repeat:repeat-x; background-repeat:repeat-x;
background-color: #E2F2E2; background-color: #E2F2E2;
font-size: 90%; font-size: 90%;
...@@ -1771,7 +1772,6 @@ table.fieldtable { ...@@ -1771,7 +1772,6 @@ table.fieldtable {
top: 0px; top: 0px;
left: 10px; left: 10px;
height: 36px; height: 36px;
background-image: url('tab_b.png');
z-index: 101; z-index: 101;
overflow: hidden; overflow: hidden;
font-size: 13px; font-size: 13px;
...@@ -1780,7 +1780,6 @@ table.fieldtable { ...@@ -1780,7 +1780,6 @@ table.fieldtable {
.tablistpath ul .tablistpath ul
{ {
font-size: 11px; font-size: 11px;
background-image:url('tab_b.png');
background-repeat:repeat-x; background-repeat:repeat-x;
height:30px; height:30px;
line-height:30px; line-height:30px;
...@@ -1797,7 +1796,6 @@ table.fieldtable { ...@@ -1797,7 +1796,6 @@ table.fieldtable {
float:left; float:left;
padding-left:10px; padding-left:10px;
padding-right:15px; padding-right:15px;
background-image:url('bc_s.png');
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:right; background-position:right;
color:#367C36; color:#367C36;
......
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