mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
* Use sans-serif fonts just like in the rest of doxygen
* Reference the lines image correctly * Set font size to make the title stand out llvm-svn: 13921
This commit is contained in:
parent
c5f4e9164a
commit
ca514e2865
@ -77,8 +77,9 @@ span.charliteral { color: #008080 }
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
color: black; background: url("img/lines.gif");
|
font-size: 25pt;
|
||||||
font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
|
color: black; background: url("../img/lines.gif");
|
||||||
|
font-weight: bold;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid none solid none;
|
border-style: solid none solid none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -86,10 +87,4 @@ span.charliteral { color: #008080 }
|
|||||||
padding-left: 8pt;
|
padding-left: 8pt;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 2px
|
padding-bottom: 2px
|
||||||
/*
|
|
||||||
font-size: 105%
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: underline;
|
|
||||||
text-align: center;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user