Browse Source

small edit and added tmpupload folder

current_wdka_release
crunk 2 years ago
parent
commit
c923178e56
  1. 4
      verse/static/css/style.css
  2. 3
      verse/tmpupload/.gitignore

4
verse/static/css/style.css

@ -95,12 +95,12 @@ input[type="submit"]:disabled:focus {
/* unvisited link */
a:link {
color: red;
color: #fff600;
}
/* visited link */
a:visited {
color: #fff600;
color: #d28cff;
}
/* mouse over link */

3
verse/tmpupload/.gitignore

@ -0,0 +1,3 @@
*
*/
!.gitignore
Loading…
Cancel
Save