]> 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:

issue page formatting commands for all media
authormartin f. krafft <madduck@madduck.net>
Tue, 12 Oct 2010 17:51:07 +0000 (19:51 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 12 Oct 2010 17:51:07 +0000 (19:51 +0200)
cv.css

diff --git a/cv.css b/cv.css
index c9b535d369c80cda45379280ec8f832fa81f6ec0..9a109fb8eb0a9d3f7bee4f31efaf53b1677dc69e 100644 (file)
--- a/cv.css
+++ b/cv.css
@@ -208,23 +208,23 @@ dd div.line-block div.line:first-child {
   .footer {
     display: none;
   }
+}
 
-  div.section {
-    page-break-before: auto;
-    page-break-inside: "" !important;
-    page-break-after: auto;
-  }
+div.section {
+  page-break-before: auto;
+  page-break-inside: "" !important;
+  page-break-after: auto;
+}
 
-  h2 {
-    page-break-before: auto;
-    page-break-after: "" !important;
-  }
+h2 {
+  page-break-before: auto;
+  page-break-after: "" !important;
+}
 
-  dl {
-    page-break-before: "" !important;
-    page-break-inside: "" !important;
-    page-break-after: auto;
-  }
+dl {
+  page-break-before: "" !important;
+  page-break-inside: "" !important;
+  page-break-after: auto;
 }
 
 @page {
@@ -267,7 +267,3 @@ dd div.line-block div.line:first-child {
 * html body .document {
   margin-top: 5em;
 }
-
-* html body #education {
-  margin-top: -2.4em !important;
-}