- Timestamp:
- 02/11/13 10:15:52 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl/Site.css
r9062 r9215 148 148 } 149 149 150 #master-MainContent { 150 #master-MainContent 151 { 152 background-repeat: repeat-y; 153 background-image: url("images/bg_main.png"); 151 154 padding-left: 12px; 152 155 padding-right: 12px; … … 403 406 display: inline 404 407 } 408 409 410 .dragables 411 { 412 height :100px; 413 width:100px; 414 border:1px solid #000000; 415 background: #EEEEEE; 416 padding: 5px 5px 5px 5px; 417 margin: 5px 5px 5px 5px; 418 float: left; 419 } 420 421 .clearer 422 { 423 clear:both; 424 } 425 426 .treeStyle 427 { 428 border: 1px solid black; 429 } 430 431 .unseen 432 { 433 display: none; 434 }
Note: See TracChangeset
for help on using the changeset viewer.