Skip to content
Snippets Groups Projects
Commit 9912cc08 authored by echicken's avatar echicken
Browse files

Added 'fakeUlLink' ruleset for fake (span) links such as sub-board names and...

Added 'fakeUlLink' ruleset for fake (span) links such as sub-board names and message thread subjects.
parent 42a29382
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,10 @@ textarea {
text-decoration: underline;
}
.fakeUlLink {
text-decoration: underline;
}
.textFile {
width: 765px;
/* Wrapping stuff from http://www.longren.org/wrapping-text-inside-pre-tags/ */
......
......@@ -165,6 +165,10 @@ textarea {
text-decoration: underline;
}
.fakeUlLink {
text-decoration: underline;
}
.textFile {
width: 765px;
/* Wrapping stuff from http://www.longren.org/wrapping-text-inside-pre-tags/ */
......
......@@ -165,6 +165,10 @@ textarea {
text-decoration: underline;
}
.fakeUlLink {
text-decoration: underline;
}
.textFile {
width: 765px;
/* Wrapping stuff from http://www.longren.org/wrapping-text-inside-pre-tags/ */
......@@ -215,6 +219,7 @@ textarea {
width: 765px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
border-style: solid;
border-color: #FFFFFF;
border-width: 1px;
......@@ -232,4 +237,5 @@ textarea {
border-color: #FFFFFF;
border-width: 1px;
background-color: #330033;
margin-top: 10px;
}
......@@ -159,10 +159,6 @@ textarea {
}
.fakeUlLink {
text-decoration: none;
}
.fakeUlLink:hover {
text-decoration: underline;
}
......
......@@ -155,10 +155,6 @@ textarea {
}
.fakeUlLink {
text-decoration: none;
}
.fakeUlLink:hover {
text-decoration: underline;
}
......
......@@ -155,10 +155,6 @@ textarea {
}
.fakeUlLink {
text-decoration: none;
}
.fakeUlLink:hover {
text-decoration: underline;
}
......
......@@ -155,10 +155,6 @@ textarea {
}
.fakeUlLink {
text-decoration: none;
}
.fakeUlLink:hover {
text-decoration: underline;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment