Skip to content

Commit 9b15b28

Browse files
committed
Removed text-decoration of links in some views.
1 parent 7c47a78 commit 9b15b28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

textanalysis/templates/text_nounchunks.html

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<link rel="stylesheet" href="{% static "vue_apps/src/assets/index.css" %}">
1111
<link rel="stylesheet" href="{% static "commons/css/commons_vue.css" %}">
1212
<style>
13+
a {
14+
text-decoration:none;
15+
}
1316
table, th, td {
1417
border: 1px solid #ccc;
1518
}

textanalysis/templates/text_wordlists.html

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<link rel="stylesheet" href="{% static "vue_apps/src/assets/index.css" %}">
1111
<link rel="stylesheet" href="{% static "commons/css/commons_vue.css" %}">
1212
<style>
13+
a {
14+
text-decoration:none;
15+
}
1316
.btn-outline-dark {
1417
color: #333;
1518
background-color: #fff;

0 commit comments

Comments
 (0)