fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4d5337f
)
Better fragment styles.
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 4 Sep 2008 20:27:03 +0000
(22:27 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 4 Sep 2008 20:27:03 +0000
(22:27 +0200)
media/css/master.css
patch
|
blob
|
history
diff --git
a/media/css/master.css
b/media/css/master.css
index
530062a
..
2fe2e34
100644
(file)
--- a/
media/css/master.css
+++ b/
media/css/master.css
@@
-260,9
+260,9
@@
em {
color: #999;
}
color: #999;
}
-/* ============== */
-/* = Books list = */
-/* ============== */
+/* ==============
==============
*/
+/* = Books
and fragments
list = */
+/* ==============
==============
*/
#books-list {
margin: 0;
}
#books-list {
margin: 0;
}
@@
-281,6
+281,23
@@
em {
border-radius: 3px;
}
border-radius: 3px;
}
+.fragment {
+ border-bottom: 0.1em solid #EEE;
+ margin-top: 0.5em;
+}
+
+.fragment-text, .fragment-short-text {
+ padding: 0.5em;
+ background-color: #FFF;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.fragment-metadata {
+ padding: 0.5em 0.5em 1.5em 0.5em;
+}
+
.book .change-sets {
float: right;
}
.book .change-sets {
float: right;
}
@@
-397,10
+414,3
@@
em {
line-height: 2em;
}
line-height: 2em;
}
-/* ================= */
-/* = Fragment list = */
-/* ================= */
-.fragment {
- margin-bottom: 1.5em;
-}
-