(22 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
} | } | ||
.column .notebookimg1{ | .column .notebookimg1{ | ||
− | width: | + | width:50%; |
} | } | ||
.column .notebookimg2{ | .column .notebookimg2{ | ||
− | width: | + | width:30%; |
} | } | ||
.column .notebookimg3{ | .column .notebookimg3{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg4{ | .column .notebookimg4{ | ||
− | width: | + | width:35%; |
} | } | ||
.column .notebookimg5{ | .column .notebookimg5{ | ||
− | width: | + | width:60%; |
} | } | ||
.column .notebookimg6{ | .column .notebookimg6{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg7{ | .column .notebookimg7{ | ||
− | width: | + | width:35%; |
} | } | ||
.column .notebookimg8{ | .column .notebookimg8{ | ||
− | width: | + | width:35%; |
} | } | ||
.column .notebookimg9{ | .column .notebookimg9{ | ||
− | width: | + | width:65%; |
} | } | ||
.column .notebookimg10{ | .column .notebookimg10{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg11{ | .column .notebookimg11{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg12{ | .column .notebookimg12{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg13{ | .column .notebookimg13{ | ||
− | width: | + | width:40%; |
} | } | ||
.column .notebookimg14{ | .column .notebookimg14{ | ||
− | width: | + | width:55%; |
} | } | ||
.column .notebookimg15{ | .column .notebookimg15{ | ||
− | width: | + | width:45%; |
} | } | ||
.column .notebookimg16{ | .column .notebookimg16{ | ||
− | width: | + | width:55%; |
} | } | ||
.column .notebookimg17{ | .column .notebookimg17{ | ||
− | width: | + | width:60%; |
} | } | ||
.column .notebookimg18{ | .column .notebookimg18{ | ||
− | width: | + | width:70%; |
} | } | ||
.column .notebookimg19{ | .column .notebookimg19{ | ||
− | width: | + | width:70%; |
} | } |
Latest revision as of 19:23, 1 November 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:50%; } .column .notebookimg2{ width:30%; } .column .notebookimg3{ width:40%; } .column .notebookimg4{ width:35%; } .column .notebookimg5{ width:60%; } .column .notebookimg6{ width:40%; } .column .notebookimg7{ width:35%; } .column .notebookimg8{ width:35%; } .column .notebookimg9{ width:65%; } .column .notebookimg10{ width:40%; } .column .notebookimg11{ width:40%; } .column .notebookimg12{ width:40%; } .column .notebookimg13{ width:40%; } .column .notebookimg14{ width:55%; } .column .notebookimg15{ width:45%; } .column .notebookimg16{ width:55%; } .column .notebookimg17{ width:60%; } .column .notebookimg18{ width:70%; } .column .notebookimg19{ width:70%; }