Skip to content

Commit

Permalink
Item10247: fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BaseSkin@13119 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 19, 2011
1 parent c5a3a56 commit 358dcfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pub/System/BaseSkinCss/baseskin-variables.less
Expand Up @@ -153,9 +153,9 @@
@fw_size_h1: @fw_strand2_ratio_up_2;

// get em size
@fw_em(@px_size) {
0em + @px_size / @basefont;
}
//@fw_em(@px_size) {
// 0em + @px_size / @basefont;
//}

// block padding
@fw_size_block_padding_em: 0em + @fw_strand1_ratio_up_1 / @basefont;
Expand Down
2 changes: 1 addition & 1 deletion pub/System/BaseSkinCss/baseskin.less
Expand Up @@ -53,7 +53,7 @@ blockquote:after {

.container {
width: auto;
margin: 0 @fw_em(@fw_strand2_ratio_up_2);
margin: 0 4em;
}


Expand Down

0 comments on commit 358dcfe

Please sign in to comment.