diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:56:17 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:56:17 +0000 |
| commit | 641f7c0ba51f228c7de7236238707ca6e9ed6f9a (patch) | |
| tree | 3dad137b3f28a7a6101c41b3905ee12ce2d8e82c /assets | |
| parent | 23585340df6464fb5805daa221fcb22a21f5db23 (diff) | |
Created a linked path between the html pages
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index f63e1ba..a5ad0e4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -14,8 +14,8 @@ ul { list-style-type: none; } -a { - text-decoration: none; +a, a:hover { + text-decoration: none!important; } h1{ @@ -324,7 +324,6 @@ section.solutions-card{ width: 95%; margin-left: 2.5%; margin-bottom: 2%; - cursor: pointer; padding-bottom: 5px; } |
