src/main/webapp/projects.css

changeset 124
ed2e7aef2a3e
parent 120
5d4c12338fe0
child 129
a09d5c59351a
equal deleted inserted replaced
123:c27eee1259bd 124:ed2e7aef2a3e
135 135
136 .version-Deprecated { 136 .version-Deprecated {
137 color: lightgray; 137 color: lightgray;
138 background: darkgray; 138 background: darkgray;
139 } 139 }
140
141 hr.comments-separator {
142 border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1));
143 border-image-slice: 1;
144 border-width: 1pt;
145 border-style: none;
146 border-top-style: solid;
147 }
148
149 div.comment {
150 margin-bottom: 1.25em;
151 }

mercurial