File: effects_combi.css

package info (click to toggle)
mochikit 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,240 kB
  • ctags: 1,415
  • sloc: xml: 40; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
h3 {
    clear: both;
}
.example {
    font-size: 1.0em;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 112px;
    height: 112px;
    border: 4px solid #669;
    background-color: #ccf;
    text-align: center;
    padding: 1em 0.2em 0.2em 0.2em;
}
.demo {
    clear: both;
}