fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Django 1.6.
[prawokultury.git]
/
prawokultury
/
static
/
css
/
entry.scss
diff --git
a/prawokultury/static/css/entry.scss
b/prawokultury/static/css/entry.scss
index
80917b4
..
99d787b
100644
(file)
--- a/
prawokultury/static/css/entry.scss
+++ b/
prawokultury/static/css/entry.scss
@@
-1,7
+1,6
@@
-.avatar {
+.
entry-wrapped img.
avatar {
float: left;
float: left;
- margin-left: -8em;
- margin-top: 0em;
+ margin: 0 0 0 -8em;
}
.entry-short {
}
.entry-short {
@@
-55,6
+54,12
@@
font-size: 1.3em;
}
font-size: 1.3em;
}
+ .lead h2,
+ .body h2 {
+ font-size: 1em;
+ font-weight: normal;
+ }
+
blockquote {
position:relative;
left:1em;
blockquote {
position:relative;
left:1em;
@@
-94,6
+99,10
@@
margin-left: .7em;
}
}
margin-left: .7em;
}
}
+
+ img {
+ margin: 1em;
+ }
}
.entry-info .entry-wrapped,
}
.entry-info .entry-wrapped,
@@
-102,12
+111,20
@@
h1 {
font-size: 2em;
}
h1 {
font-size: 2em;
}
+
+ img.entry-picture {
+ margin-top: 1.5em;
+ }
}
}
-.entry-picture {
+.entry-
wrapped img.entry-
picture {
float: left;
float: left;
- margin-right: 1.5em;
- margin-bottom: 1em;
+ margin: 0 1.5em 1em 0;
+}
+
+.entry-wrapped .lead ul {
+ overflow: hidden;
+ padding-left: 16px;
}
.submit-link {
}
.submit-link {
@@
-151,3
+168,11
@@
font-size: 1.3em;
}
}
font-size: 1.3em;
}
}
+
+table.borders {
+ border-collapse: collapse;
+ td {
+ border: 1px solid #777;
+ padding: .3em;
+ }
+}