X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fless%2Fscreen%2Fcontent.less;fp=dist%2Fless%2Fscreen%2Fcontent.less;h=35786c324d975359dd519302e121501249620d0e;hp=0000000000000000000000000000000000000000;hb=15c643ebc6ce3d75a62fedb9b83688c6e85acbc5;hpb=14646bdae51a709c3850573d89e404939bd88808 diff --git a/dist/less/screen/content.less b/dist/less/screen/content.less new file mode 100644 index 00000000..35786c32 --- /dev/null +++ b/dist/less/screen/content.less @@ -0,0 +1,26 @@ +.mcontent +{ + position: relative; + padding: 0 24.375em 0 0; +} +.mcontent > .mmain +{ + float: left; + min-height: 1em; + position: relative; + width: 100%; + border-right: .125em solid @normal; +} +.mcontent > .mmarginal +{ + float: left; + margin: 0 -27em 0 -.125em; + padding: 0 2em 1.0625em 2em; + position: relative; + width: 20.375em; + border-left: .125em solid @normal; +} +.mcontent > .mmain > * +{ + margin-right: 5%; +}