mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-08 06:21:29 +02:00
v.0.5.1
This commit is contained in:
parent
261527905b
commit
554378b49b
65 changed files with 824 additions and 715 deletions
6
_sass/vendor/bootstrap/_scaffolding.scss
vendored
6
_sass/vendor/bootstrap/_scaffolding.scss
vendored
|
@ -52,11 +52,11 @@ a {
|
|||
&:hover,
|
||||
&:focus {
|
||||
color: $link-hover-color;
|
||||
text-decoration: underline;
|
||||
text-decoration: $link-hover-decoration;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@include tab-focus();
|
||||
@include tab-focus;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,7 @@ img {
|
|||
|
||||
// Responsive images (ensure images don't scale beyond their parents)
|
||||
.img-responsive {
|
||||
@include img-responsive();
|
||||
@include img-responsive;
|
||||
}
|
||||
|
||||
// Rounded corners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue