Indefero

Indefero Commit Details


Date:2011-02-28 17:01:03 (13 years 9 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:41cfbbd0d99d090af7d5544251cc4a36168d7147
Parents: 4ffd11caf5123f424683536bf174ab1b7a1bcb2e
Message:Let the table of contents not take more than 33% of the available space; improve the CSS a bit by making the font a little smaller and by introducing a margin between every line. Partially closes issue 618.

Changes:

File differences

www/media/idf/css/style.css
763763
764764
765765
766
767
766768
767769
768770
769771
770772
771773
772
774
773775
774776
775777
776778
777779
778780
781
782
783
784
785
786
779787
780788
781789
#wiki-toc {
float: right;
margin-left: 10px;
margin-bottom: 10px;
max-width: 33%;
}
#wiki-toc-content {
border: 1px solid #999999;
border-width: 1px 0;
padding: 10px 0;
padding-bottom: 25px;
padding-bottom: 15px;
background-color: #ffffff;
display: block;
}
#wiki-toc-content a {
display: block;
margin-top: 0.5em;
font-size: 90%;
}
#wiki-toc-content a:first-child {
margin-top: 0;
}
#wiki-toc-content a.wiki-h2 {

Archive Download the corresponding diff file

Page rendered in 0.08388s using 14 queries.