File: input1.css

package info (click to toggle)
cssmin 0.2.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: python: 153; sh: 19; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (5)
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
28
29
30
31
32
33
34


/******************************
  list styles
  *************************/

dl
{
  margin: 1em 3em 1em 3em;
}

dt
{
  /*color: #2071CC;
  font-size: 105%;*/
}

dd
{
  margin: 0 0 1em 1em;
}


hr
{
  height: 1px;
  border-top: 1px solid #4a54ff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  width: 80%;
}