Browse Source

try change link decoration

alexlcdee 8 years ago
parent
commit
f04fcbd123
3 changed files with 9 additions and 6 deletions
  1. 2 2
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 7 4
      src/files/scss/main.scss

+ 2 - 2
src/files/css/main.css

@@ -6568,9 +6568,9 @@ button.close {
   .hidden-print {
     display: none !important; } }
 /*# sourceMappingURL=bootstrap.css.map */
-p > a {
+p a {
   text-decoration: underline; }
-  p > a:hover {
+  p a:hover {
     text-decoration: none; }
 
 /*MAIN PAGE*/

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 7 - 4
src/files/scss/main.scss

@@ -3,10 +3,12 @@
 @import "mixins";
 @import "bootstrap";
 
-p > a {
-    text-decoration: underline;
-    &:hover {
-        text-decoration: none;
+p {
+    a {
+        text-decoration: underline;
+        &:hover {
+            text-decoration: none;
+        }
     }
 }
 
@@ -42,6 +44,7 @@ body {
     position: relative;
     padding-top: 100%;
 }
+
 .organization-info__map {
     position: absolute;
     top: 0;

Some files were not shown because too many files changed in this diff