comparison sat_templates/templates/default/static/merge-request_item.css @ 170:6c251da9a4f3

style improvment
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:49:18 +0100
parents e9f0a4215e46
children a144243841c7
comparison
equal deleted inserted replaced
169:4b5ad18f6ece 170:6c251da9a4f3
14 } 14 }
15 15
16 .xmlui_cont.xmlui_cont_vertical { 16 .xmlui_cont.xmlui_cont_vertical {
17 max-width: 780px; 17 max-width: 780px;
18 margin: 0 auto; 18 margin: 0 auto;
19 }
20
21 .view #wid_body {
22 border: 1px solid silver;
23 } 19 }
24 20
25 #tab_patches { 21 #tab_patches {
26 overflow: auto; 22 overflow: auto;
27 } 23 }