Skip to content
Snippets Groups Projects
Commit 9bd1c052 authored by echicken's avatar echicken
Browse files

Added hiddenQuote class.

parent b6416196
No related branches found
No related tags found
No related merge requests found
......@@ -134,4 +134,11 @@ a:active {
.row2 {
color: #FFFFFF;
background-color: #303030;
}
.hiddenQuote {
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
\ No newline at end of file
......@@ -133,4 +133,11 @@ a:active {
.row2 {
color: #FFFFFF;
background-color: #303030;
}
.hiddenQuote {
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
\ No newline at end of file
......@@ -150,4 +150,11 @@ div {
.row2 {
color: #FFFFFF;
background-color: #303030;
}
.hiddenQuote {
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
\ No newline at end of file
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