fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New fnpdjango app with lots of common utils.
[prawokultury.git]
/
prawokultury
/
static
/
css
/
sidebar.scss
diff --git
a/prawokultury/static/css/sidebar.scss
b/prawokultury/static/css/sidebar.scss
old mode 100755
(executable)
new mode 100644
(file)
index
187db6b
..
572be03
--- a/
prawokultury/static/css/sidebar.scss
+++ b/
prawokultury/static/css/sidebar.scss
@@
-9,6
+9,10
@@
font-weight: normal;
margin-top: 0;
margin-bottom: 1.1em;
font-weight: normal;
margin-top: 0;
margin-bottom: 1.1em;
+
+ a {
+ color: #363A3B;
+ }
}
.more {
}
.more {
@@
-25,8
+29,9
@@
a {
display: block;
a {
display: block;
+ color: #363a3b;;
}
}
-
+
.date {
clear: both;
float: left;
.date {
clear: both;
float: left;
@@
-37,8
+42,9
@@
width: 5em;
height: 4.8em;
border-radius: .5em;
width: 5em;
height: 4.8em;
border-radius: .5em;
+ -moz-border-radius: .5em;
+ -webkit-border-radius: .5em;
text-align: center;
text-align: center;
- margin-right: 1em;
.day {
font-size: 2.4em;
.day {
font-size: 2.4em;
@@
-51,13
+57,9
@@
}
}
}
}
- .date:hover {
- text-decoration: none;
- }
-
.description {
.description {
- color: black;
font-size: 1.1em;
font-size: 1.1em;
+ margin-left: 5.5em;
}
}
}
}
}
}
@@
-121,4
+123,16
@@
margin-top: 1.3em;
font-size: 1.1em;
}
margin-top: 1.3em;
font-size: 1.1em;
}
-}
\ No newline at end of file
+}
+
+#sidebar .social {
+ padding-top: 2em;
+ padding-bottom: 2em;
+
+ a {
+ margin-right: 1.8em;
+ img {
+ vertical-align: middle;
+ }
+ }
+}