aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-16 21:52:27 +0100
committerJoris Guyonvarch2015-02-16 21:52:27 +0100
commited1c7969bdaa0adac6f780894ced142fdfc470ba (patch)
tree048ea56eacd804354d3f66779abc16a59ddb2bf1 /style.css
parentb8eb6babf8d71837c3aaddb8b92f9fd2d3ccb441 (diff)
downloadmakeup-ed1c7969bdaa0adac6f780894ced142fdfc470ba.tar.gz
makeup-ed1c7969bdaa0adac6f780894ced142fdfc470ba.tar.bz2
makeup-ed1c7969bdaa0adac6f780894ced142fdfc470ba.zip
Fixing style
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9e774e6..6f1701c 100644
--- a/style.css
+++ b/style.css
@@ -20,7 +20,7 @@ body {
.header > a:hover {
color: #222222;
-}
+}
#content {
margin-top: 120px;
@@ -82,6 +82,14 @@ a:hover {
color: #4C4C80;
}
+em {
+ font-style: italic;
+}
+
+strong {
+ font-weight: bold;
+}
+
.contact {
background-color: #EEEEEE;
border-radius: 5px;