File: standard_revisions.css

package info (click to toggle)
cppreference-doc 20170409-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 259,868 kB
  • sloc: xml: 570,184; python: 1,923; php: 520; makefile: 167; sh: 25; cpp: 9; ansic: 9
file content (37 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
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
35
36
37

.stdrev-select {
    float: left;
    height: 2.5em;
}

.stdrev-select > div {
    margin: 1.7em 1em 0 0;
    font-size: 0.7em;
}

.stdrev-text {
    display: inline-block;
    margin: 0.15em;
}

.stdrev-select select {
    background-color: #EEEEEE;
    background-image: linear-gradient(#FFFFFF, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 1.0em;
    line-height: 1em;
    padding: 0;
    width: 6em;
}

.stdrev-rev-hide > tbody > tr > td {
    border: none !important;
    padding: 0 !important;
}

.stdrev-rev-hide > tbody > tr > td:nth-child(2) {
    display: none;
}