fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Squeeze menu a little bit so its new content stays within one line
[prawokultury.git]
/
prawokultury
/
static
/
css
/
entry.scss
diff --git
a/prawokultury/static/css/entry.scss
b/prawokultury/static/css/entry.scss
index
62de95a
..
9814feb
100644
(file)
--- a/
prawokultury/static/css/entry.scss
+++ b/
prawokultury/static/css/entry.scss
@@
-14,11
+14,12
@@
.entry-wrapped {
margin-left: 8em;
.entry-wrapped {
margin-left: 8em;
+ line-height: 1.8em;
h1, h2 {
margin: 0;
h1, h2 {
margin: 0;
- color: #
01519a
;
- font-size: 1.
3
em;
+ color: #
ed7f00
;
+ font-size: 1.
4
em;
a {
color: #01519a;
a {
color: #01519a;
@@
-30,7
+31,7
@@
}
.entry-data {
}
.entry-data {
- font-size: 1.
3
em;
+ font-size: 1.
4
em;
margin-top: 1.4em;
margin-bottom: 1.4em;
.date {
margin-top: 1.4em;
margin-bottom: 1.4em;
.date {
@@
-48,11
+49,11
@@
}
.lead {
}
.lead {
- font-size: 1.
3
em;
+ font-size: 1.
4
em;
}
.body {
}
.body {
- font-size: 1.
3
em;
+ font-size: 1.
4
em;
}
blockquote {
}
blockquote {
@@
-94,6
+95,23
@@
margin-left: .7em;
}
}
margin-left: .7em;
}
}
+
+ .gallery-item {
+ float: left;
+ width: 300px;
+ text-align: center;
+ margin-top: 2em;
+ }
+
+ .gallery-image {
+ height: 250px;
+ width: 300px;
+ display: table-cell;
+ vertical-align: middle;
+ img {
+ margin: 0;
+ }
+ }
}
.entry-info .entry-wrapped,
}
.entry-info .entry-wrapped,
@@
-101,6
+119,7
@@
margin-left: 0;
h1 {
font-size: 2em;
margin-left: 0;
h1 {
font-size: 2em;
+ margin-bottom: .5em;
}
}
}
}