diff --git a/doc/project.inc b/doc/project.inc index a242618164..f0f6f5df7d 100644 --- a/doc/project.inc +++ b/doc/project.inc @@ -12,7 +12,7 @@ define("IMAGE_URL", "user_profile/images/"); define("PROFILE_PATH", "../user_profile/"); define("PROFILE_URL", "user_profile/"); define("LANGUAGE_FILE", "languages.txt"); -define("STYLESHEET", "custom.css"); +define("STYLESHEET", "dev_custom.css"); define("COPYRIGHT_HOLDER", "UC Berkeley"); define("SYS_ADMIN_EMAIL", "davea@ssl.berkeley.edu"); define("POST_REPORT_EMAILS", "elst93@gmail.com, ksmarkspsych@gmail.com, trog_dog@hotmail.com, DjangoFett@gmx.net"); diff --git a/html/inc/bootstrap.inc b/html/inc/bootstrap.inc index 8e218314cc..4ee41841ce 100644 --- a/html/inc/bootstrap.inc +++ b/html/inc/bootstrap.inc @@ -299,9 +299,7 @@ function form_input_textarea($label, $name, $value='') {