File: toc.css

package info (click to toggle)
ruby-ronn 0.7.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ruby: 1,405; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* toc.css - enable table of contents */

.man-navigation {
    display:block !important;
    position:fixed;
    top:0;
    left:113ex; /* .mp width + padding */
    height:100%;
    width:100%;
    padding:48px 0 0 0;
    border-left:1px solid #dbdbdb;
    background:#eee;
}
.man-navigation a,
.man-navigation a:hover,
.man-navigation a:link,
.man-navigation a:visited {
    display:block;
    margin:0;
    padding:5px 2px 5px 30px;
    color:#999;
    text-decoration:none;
}
.man-navigation a:hover {
    color:#111;
    text-decoration:underline;
}