Projet

Général

Profil

0001-style-use-whole-width-for-content-9836.patch

Frédéric Péters, 02 février 2016 15:14

Télécharger (844 octets)

Voir les différences:

Subject: [PATCH] style: use whole width for content (#9836)

 gadjo/static/css/gadjo.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
gadjo/static/css/gadjo.css
149 149
/* main content */
150 150

  
151 151
div#main-content {
152
	width: 95%;
152
	width: 100%;
153 153
	margin-left: 0;
154 154
	padding: 0 6px 0 16px;
155 155
	border: 1px solid #ccc;
......
159 159
	position: relative;
160 160
	overflow-x: auto;
161 161
	overflow-y: hidden;
162
	box-sizing: border-box;
162 163
}
163 164

  
164 165
div#main-content h2 {
165
-