Commit 09af991b60b47d70f4802d15d13d3f49fb445822

Authored by Evandro Jr
1 parent 687704fa
Exists in master

small css fix

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
public/style.css
... ... @@ -98,7 +98,6 @@ div[class^='comments_list_toggle_paragraph_'] {
98 98 div[class^='comment-paragraph-loading-'] {
99 99 position: relative;
100 100 left: 470px;
101   - background-color: pink;
102 101 z-index: 99;
103 102 }
104 103  
... ... @@ -233,9 +232,7 @@ div[class^='comment-paragraph-loading-'] {
233 232 padding: 5px;
234 233 width: 150px;
235 234 margin-top: 10px;
236   - line-height: 30px;
237 235 color: white;
238 236 font-weight: bold;
239   - font-size: 1em;
240 237 text-align: center;
241 238 }
242 239 \ No newline at end of file
... ...