Skip to content

Commit

Permalink
Item10247: no rounded corners for messages and code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BaseSkin@13120 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 19, 2011
1 parent 358dcfe commit 327a551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pub/System/BaseSkinCss/baseskin.less
Expand Up @@ -208,7 +208,6 @@ pre,
.foswikiBroadcastMessage,
.foswikiNotification {
.fw_block_padding_all();

li {
list-style-type: circle;
}
Expand Down Expand Up @@ -253,6 +252,7 @@ blockquote {
.fw_em_line_height(@fw_size_code);
background-color: @fw_color_background_neutral;
border: 1px solid @fw_color_border_light;
.border-radius(0);
}
}

Expand Down Expand Up @@ -305,6 +305,7 @@ pre,
.foswikiHelp {
.alert-message();
.alert-message.block-message();
.border-radius(0);
}
.foswikiBroadcastMessage,
.foswikiNotification {
Expand Down

0 comments on commit 327a551

Please sign in to comment.