summaryrefslogtreecommitdiffstats
path: root/styles/cv.css
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2012-10-14 20:48:52 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2012-10-14 20:48:52 +0200
commitd8621c2ace41a0eb1ef1f7825309fb75c73d3f80 (patch)
tree3be861a2abd4733e5734398dca4083e8f1d0a822 /styles/cv.css
downloadschiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.gz
schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.bz2
schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.zip
Initial import of schiltknecht.fr
Diffstat (limited to 'styles/cv.css')
-rw-r--r--styles/cv.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/styles/cv.css b/styles/cv.css
new file mode 100644
index 0000000..2a054e0
--- /dev/null
+++ b/styles/cv.css
@@ -0,0 +1,26 @@
+#profil {
+ text-align: center;
+}
+
+#profil h2 {
+ font-size: 1.5em;
+ margin-top: 0;
+}
+
+#profil h3 {
+ font-size: 1.2em;
+}
+
+h2 {
+ font-size: 2em;
+ margin-top: 40px;
+ margin-bottom: 10px;
+}
+
+p+h3 {
+ margin-top: 30px;
+}
+
+h5+p {
+ margin-top: 5px;
+} \ No newline at end of file