projects
/
enc-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde9d0e
)
fixed margins and sizes
author
Ana Isabel Carvalho
<ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:23:44 +0000
(15:23 +0100)
committer
Ana Isabel Carvalho
<ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:23:44 +0000
(15:23 +0100)
css/main.css
patch
|
blob
|
blame
|
history
diff --git
a/css/main.css
b/css/main.css
index 829694d9412054d67eaaae5b7c8a6f77e6d9c346..1cd2d4e15132c681406960a29b7fb11f6eb11c22 100644
(file)
--- a/
css/main.css
+++ b/
css/main.css
@@
-637,16
+637,17
@@
input[type='reset']:hover {
margin: 0 auto;
}
+ #header ul.os .share {
+ display: block;
+ padding: .25em 0;
+ }
+
#header #fsf-intro {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #ff9b12;
}
- #header .intro {
- font-size: 1em;
- }
-
.section-intro p {
margin: 0.5em 0;
}
@@
-668,7
+669,9
@@
input[type='reset']:hover {
width: 100%;
padding-left: 0;
border-left: 0;
- margin-bottom: 0;
+ margin-bottom: 1em;
+ padding-bottom: 1em;
+ border-bottom: 1px solid #ff9b12;
}
}