summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/css/style.css b/css/style.css
index 17d4d3b..eb501f3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,23 +2,24 @@ footer
{
font-size:12px;
}
-.header_link
+
+body
{
- font-size: 16px;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 5px;
- padding-bottom: 5px;
+ margin: 10px;
+}
- background: #f9f9f9;
+.project-title
+{
+ font-size: 22px;
}
-.header_link:hover
+
+.checkbox
{
- text-decoration: none;
- background: #eeeeee;
+ width: 20px;
+ height: 20px;
}
-body
+.with-margin
{
- margin: 10px;
+ margin-bottom: 5px;
}