Commit 568bbf95 by M. Rehan

Merge pull request #10767 from edx/mrehan/TNL-3821

fix wiki alertbox style
parents e9a32340 f34f7ca3
...@@ -897,13 +897,14 @@ section.wiki { ...@@ -897,13 +897,14 @@ section.wiki {
.alert { .alert {
position: relative; position: relative;
width: auto; width: auto;
margin: 24px 40px; margin: 24px 0px;
padding: 8px 12px; padding: 8px 12px;
border: 1px solid #EBE8BF; border: 1px solid #EBE8BF;
border-radius: 3px; border-radius: 3px;
background: $yellow; background: $yellow;
color: $black; color: $black;
font-size: 0.9em; font-size: 0.9em;
min-width: inherit;
.close { .close {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment