generating document html pages with images in 4 columns rows
parent
2636d37b97
commit
e5bcb3ab91
@ -1,14 +1,11 @@
|
|||||||
body{font-size: 12pt;}
|
|
||||||
|
|
||||||
div.part {border: 1px solid #e5e5e5;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 20px;}
|
|
||||||
|
|
||||||
div#content img {width: 50%;}
|
body {
|
||||||
|
margin: 0;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
background-color: #aaa4a0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.row {display: inline;}
|
||||||
div.metadata span.key {color: red;
|
div.column { display: inline;}
|
||||||
font-weight: bold;}
|
div.column img{ width:25%;}
|
||||||
|
|
||||||
#orc {color:blue;}
|
|
Loading…
Reference in New Issue