docs/src/ucx.css

changeset 267
f4789572c9d6
parent 264
24f5484bae97
child 734
6f757d839534
equal deleted inserted replaced
266:33d229634809 267:f4789572c9d6
90 } 90 }
91 91
92 #content h3 { 92 #content h3 {
93 font-size: 1.05em; 93 font-size: 1.05em;
94 } 94 }
95
96 #modules table {
97 border-collapse: separate;
98 border-spacing: .25em;
99 }
100
101 #modules td > a {
102 display: table-cell;
103 text-align: center;
104 vertical-align: middle;
105 width: 10em;
106 height: 2em;
107 border-style: solid;
108 border-width: 1pt;
109 border-color: #2e2e2e;
110 }
111
112 #modules td > a:hover {
113 background: #e9ebec;
114 }

mercurial