projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c983788
)
css: default: add class for inline lists
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Thu, 2 Jan 2014 09:36:28 +0000
(11:36 +0200)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Thu, 2 Jan 2014 09:36:28 +0000
(11:36 +0200)
css/default.css
patch
|
blob
|
history
diff --git
a/css/default.css
b/css/default.css
index
491e680
..
24df236
100644
(file)
--- a/
css/default.css
+++ b/
css/default.css
@@
-18,6
+18,7
@@
h1 {
h2 {
font-size: 26px;
+ margin-bottom: -4px;
}
h3 {
@@
-109,6
+110,22
@@
h3.pldate {
}
*/
+.inline-list {
+ list-style: none;
+ overflow: hidden;
+ margin-right: 0;
+ padding: 0;
+}
+
+.inline-list > li {
+ display: inline-block;
+ margin-left: 15px;
+}
+
+.inline-list > li > *{
+ display: inline-block;
+}
+
.plitem {
margin: 10px 0px 10px 0px;
}