first commit
This commit is contained in:
21
web/css/frontend/theme/default2/two_column_layout.less
Normal file
21
web/css/frontend/theme/default2/two_column_layout.less
Normal file
@@ -0,0 +1,21 @@
|
||||
#container
|
||||
{
|
||||
margin: 0 auto;
|
||||
width: @width;
|
||||
}
|
||||
|
||||
#left
|
||||
{
|
||||
float: left;
|
||||
width: @column;
|
||||
text-align: left;
|
||||
line-height: 142%;
|
||||
}
|
||||
|
||||
#main
|
||||
{
|
||||
float: right;
|
||||
width: (@column*4)+(3*@space);
|
||||
display: inline;
|
||||
margin-left: @space;
|
||||
}
|
||||
Reference in New Issue
Block a user