www-thermferm/css/style.css

changeset 172
f45c291c6331
parent 168
1288dbf0f9b5
child 173
7259ee8778e9
equal deleted inserted replaced
171:15f92e5eecef 172:f45c291c6331
288 float: left; 288 float: left;
289 text-align: center; 289 text-align: center;
290 margin-top: 10px; 290 margin-top: 10px;
291 } 291 }
292 292
293 #menu {
294 width: 600px;
295 height: 300px;
296 margin-left: auto;
297 margin-right: auto;
298 border: 3px solid #5c9ccc;
299 border-radius: 5px 5px 5px 5px;
300 margin-top: 50px;
301 }
302
303 #menu_header {
304 width: 600px;
305 height: 30px;
306 background-color: #5c9ccc;
307 text-align: center;
308 padding-top: 10px;
309 color: #fff;
310 font-family: Helvetica, Arial, sans-serif;
311 font-size: 16px;
312 font-weight: bold;
313 }
314
315 #menu_left {
316 width: 300px;
317 height: 260px;
318 float: left;
319 }
320
321 #menu_right {
322 width: 300px;
323 height: 260px;
324 float: right;
325 }

mercurial