File: local.css

package info (click to toggle)
vim-addon-manager 0.5.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: ruby: 970; makefile: 15; javascript: 10; sh: 7
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
  padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

#vim-addon-manager #installation pre, pre.shell {
  background: black;
  color: white;
}
#vim-addon-manager #installation pre {
  margin-left: 48px;
}
#vim-addon-manager #installation div.debian {
  background: 0px 50% url(img/debian.png) no-repeat;
}
#vim-addon-manager #installation div.rubygems {
  background: 0px 50% url(img/rubygems.png) no-repeat;
}