Line 37: | Line 37: | ||
} | } | ||
.column .notebookimg10{ | .column .notebookimg10{ | ||
− | width: | + | width:20%; |
} | } | ||
.column .notebookimg11{ | .column .notebookimg11{ | ||
− | width: | + | width:20%; |
} | } | ||
.column .notebookimg12{ | .column .notebookimg12{ | ||
− | width: | + | width:20%; |
} | } | ||
.column .notebookimg13{ | .column .notebookimg13{ | ||
− | width: | + | width:20%; |
} | } | ||
.column .notebookimg14{ | .column .notebookimg14{ | ||
Line 66: | Line 66: | ||
} | } | ||
.column .notebookimg19{ | .column .notebookimg19{ | ||
− | display: | + | display:block !important; |
float:right !important; | float:right !important; | ||
width:40%; | width:40%; | ||
} | } |
Revision as of 14:55, 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:20%; } .column .notebookimg3{ width:30%; } .column .notebookimg4{ width:25%; } .column .notebookimg5{ width:40%; } .column .notebookimg6{ width:30%; } .column .notebookimg7{ width:25%; } .column .notebookimg8{ width:25%; } .column .notebookimg9{ width:25%; } .column .notebookimg10{ width:20%; } .column .notebookimg11{ width:20%; } .column .notebookimg12{ width:20%; } .column .notebookimg13{ width:20%; } .column .notebookimg14{ width:45%; } .column .notebookimg15{ width:35%; } .column .notebookimg16{ width:45%; } .column .notebookimg17{ width:50%; } .column .notebookimg18{ display:block !important; float:left !important; width:40%; } .column .notebookimg19{ display:block !important; float:right !important; width:40%; }