Keep the context area in the view if a view scrolls down several pages.

This commit is contained in:
Thomas Keller
2011-06-02 02:04:52 +02:00
parent 592c2ff9ff
commit c0e26133bd
5 changed files with 25 additions and 11 deletions

View File

@@ -86,6 +86,14 @@ a.soft:visited {
div.context {
padding-left: 1em;
position: relative;
top: 0;
}
div.context h3 {
font-size: 13px;
font-weight: bold;
margin: 10px 0 5px;
}
/**
@@ -928,14 +936,6 @@ ol > li {
/**
* List expander for tag and branch view
*/
.context {}
.context h3 {
font-size: 13px;
font-weight: bold;
margin: 10px 0 5px;
}
.context > .expander {
position: relative;
overflow: hidden;