Skip to content

Commit 3875017

Browse files
author
Chris Proto
committed
trying justin style
1 parent 4a7bb16 commit 3875017

File tree

1 file changed

+6
-8
lines changed
  • widgy/contrib/cms/static/widgy/css

1 file changed

+6
-8
lines changed

widgy/contrib/cms/static/widgy/css/cms.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
@import "common";
2-
32
/* Node overwrites
43
--------------------*/
5-
section.node {
6-
width: 966px;
7-
float: left;
8-
}
4+
.node {
5+
float: right;
6+
width: 45%;
97

10-
section.node > .node_children > .node {
11-
float: left;
12-
width: 400px;
8+
&:first-child {
9+
float: left;
10+
}
1311
}
1412

1513
/* Image Widget

0 commit comments

Comments
 (0)