[svn r38439] Fixed a list of things suggested by hpk: changed method order in class pages,
changed page titles, added links to the api and source index from the nav bar (also in py/doc html), changed function views, made it possible to remove an item from the navigation, changed header 'properties' to 'class attributes and properties', removed duplicate stack traces (in a somewhat unsatisfying way, needs revisiting later I think). --HG-- branch : trunk
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#logo {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
div.sidebar {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 0.9em;
|
||||
@@ -9,6 +14,7 @@ div.sidebar {
|
||||
vertical-align: top;
|
||||
margin-top: 0.5em;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 130px;
|
||||
left: 4px;
|
||||
bottom: 4px;
|
||||
@@ -34,6 +40,10 @@ ul li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.code a {
|
||||
color: blue;
|
||||
font-weight: bold;
|
||||
@@ -42,6 +52,7 @@ ul li {
|
||||
|
||||
.lineno {
|
||||
line-height: 1.4em;
|
||||
height: 1.4em;
|
||||
text-align: right;
|
||||
color: #555;
|
||||
width: 3em;
|
||||
@@ -52,6 +63,7 @@ ul li {
|
||||
|
||||
.code {
|
||||
line-height: 1.4em;
|
||||
height: 1.4em;
|
||||
padding-left: 1em;
|
||||
white-space: pre;
|
||||
font-family: monospace, Monaco;
|
||||
|
||||
Reference in New Issue
Block a user