Revision 58e80501 snf-astakos-app/astakos/im/static/im/css/formating.css

b/snf-astakos-app/astakos/im/static/im/css/formating.css
212 212
    color:#F24E53;
213 213
    font-family: monospace;
214 214
}
215

  
215 216
.policy-diff.green {
216 217
    color: green;
217 218
}
219

  
220
.policy-diff.gray {
221
    color: #444;
222
}
223

  
218 224
.policy-diff.red {
219 225
    color: red;
220 226
}
227

  
228
.policy-diff.details span {
229
    color: #aaa;
230
}
231

  
232
.policy-diff.details {
233
    display: block;
234
    padding: 0;
235
    margin: 0;
236
    font-size: 0.8em;
237
}

Also available in: Unified diff