mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Merge pull request #84 from projekteuler/css-info-links
Improve links in info/note boxes
This commit is contained in:
commit
3e436bd44f
@ -67,10 +67,14 @@ body {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
// Make info/note boxes styled like bootstrap info alerts
|
||||
> .info, > .note {
|
||||
@extend .alert;
|
||||
@extend .alert-info;
|
||||
margin-bottom: 0px;
|
||||
> a {
|
||||
@extend .alert-link;
|
||||
}
|
||||
}
|
||||
|
||||
dfn {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user