mod/03_machines/lib/stylesheets/style_cards.scss in card-1.15.pre2 vs mod/03_machines/lib/stylesheets/style_cards.scss in card-1.15.0
- old
+ new
@@ -639,14 +639,10 @@
background: #eee
}
li:nth-child(even) {
background: #ddd;
}
- h1 {
- font-size: 1.5em;
- padding: .6em 0 .3em 0
- }
aside {
float: right;
border: 1px solid #999;
background: white;
width: 33%;
@@ -656,9 +652,11 @@
border-radius: 18px;
-moz-border-radius: 18px;
text-align: center;
h2 {
font-size: .9em;
+ padding: 0;
+ margin: 5px;
}
p {
font-size: .8em;
}
}