File: svnweb.css

package info (click to toggle)
libsvn-web-perl 0.63-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: perl: 1,987; sh: 73; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import url(trac.css);
@import url(browser.css);

/* _action_bar template formatting */
div.actions { 
  margin-bottom: 1em;
}

div.actions ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

div.actions ul li {
  padding: 0.5em; 
  list-style: none;
  display: inline;  
}

.reponame {
  color: #888;
  font-size: 9px;
}