Skip to content
Snippets Groups Projects
Commit d72ad78e authored by Jakob Moser's avatar Jakob Moser
Browse files

Re-add more styles (without reviewing)

parent 9f0a3ee2
No related branches found
No related tags found
1 merge request!2Resolve "Rewrite theme"
......@@ -557,6 +557,25 @@ hr {
);
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float: left;
}
img.alignright {
float: right;
}
figcaption {
text-align: center;
width: 100%;
}
/* -- Tables -- */
table,
th,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment