]> git.madduck.net Git - cv.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

force page breaks with css
authormartin f. krafft <madduck@madduck.net>
Tue, 12 Oct 2010 19:18:53 +0000 (21:18 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 12 Oct 2010 19:18:53 +0000 (21:18 +0200)
cv.css

diff --git a/cv.css b/cv.css
index 9a109fb8eb0a9d3f7bee4f31efaf53b1677dc69e..8ffef5fde4d3e12f4a31da5ece4e1e55cef73d33 100644 (file)
--- a/cv.css
+++ b/cv.css
@@ -267,3 +267,7 @@ dl {
 * html body .document {
   margin-top: 5em;
 }
 * html body .document {
   margin-top: 5em;
 }
+
+#internships, #publications {
+  page-break-before: always;
+}