Line 13: | Line 13: | ||
} | } | ||
.column .notebookimg2{ | .column .notebookimg2{ | ||
− | width: | + | width:25%; |
} | } | ||
.column .notebookimg3{ | .column .notebookimg3{ | ||
Line 63: | Line 63: | ||
display:inline-block !important; | display:inline-block !important; | ||
float:left !important; | float:left !important; | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg19{ | .column .notebookimg19{ | ||
display:inline-block !important; | display:inline-block !important; | ||
− | width: | + | float:right !important; |
+ | width:40%; | ||
} | } |
Revision as of 14:47, 28 October 2017
/*notebook css */ .column .notebookimg{ display:inline-block; width:100%; text-align: center; } .column img{ border:none !important; border-radius:unset !important; } .column .notebookimg1{ width:30%; } .column .notebookimg2{ width:25%; } .column .notebookimg3{ width:30%; } .column .notebookimg4{ width:30%; } .column .notebookimg5{ width:30%; } .column .notebookimg6{ width:30%; } .column .notebookimg7{ width:30%; } .column .notebookimg8{ width:30%; } .column .notebookimg9{ width:30%; } .column .notebookimg10{ width:30%; } .column .notebookimg11{ width:30%; } .column .notebookimg12{ width:30%; } .column .notebookimg13{ width:30%; } .column .notebookimg14{ width:30%; } .column .notebookimg15{ width:30%; } .column .notebookimg16{ width:30%; } .column .notebookimg17{ width:30%; } .column .notebookimg18{ display:inline-block !important; float:left !important; width:40%; } .column .notebookimg19{ display:inline-block !important; float:right !important; width:40%; }