File: toggle.css

package info (click to toggle)
python-wsme 0.8.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 832 kB
  • sloc: python: 9,235; makefile: 140
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
dl.toggle dt {
    background-color: #eeffcc;
    border: 1px solid #ac9;
    display: inline;
}

dl.toggle dd {
    display: none;
}