Skip to content

Commit 7073067

Browse files
author
Chris Proto
committed
Revert "trying justin style"
This reverts commit 3875017.
1 parent 3875017 commit 7073067

File tree

1 file changed

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

1 file changed

+8
-6
lines changed

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

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

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

1315
/* Image Widget

0 commit comments

Comments
 (0)