Merge branch 'master' of https://github.com/Gluejar/regluit
commit
229f290d02
|
@ -214,6 +214,7 @@ GOODREADS_API_SECRET = ""
|
|||
UNGLUEIT_MINIMUM_TARGET = '1000' # in US Dollars
|
||||
UNGLUEIT_LONGEST_DEADLINE = '180' # number of days allowed for a campaign
|
||||
UNGLUEIT_RECOMMENDED_USERNAME = 'unglueit'
|
||||
UNGLUEIT_SHORTEST_DEADLINE = 0
|
||||
|
||||
TEST_RUNNER = "djcelery.contrib.test_runner.CeleryTestSuiteRunner"
|
||||
import djcelery
|
||||
|
|
|
@ -2,7 +2,8 @@ from regluit.settings.common import *
|
|||
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
IS_PREVIEW = True
|
||||
# we are launched!
|
||||
IS_PREVIEW = False
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
|
|
|
@ -368,7 +368,7 @@ div#content-block-content {
|
|||
div#content-block-content a {
|
||||
color: #6994a3;
|
||||
}
|
||||
div#content-block-content img {
|
||||
div#content-block-content #tabs-1 img {
|
||||
padding: 5px;
|
||||
border: solid 5px #EDF3F4;
|
||||
}
|
||||
|
|
|
@ -137,7 +137,7 @@ div#content-block-content {
|
|||
color: @medium-blue;
|
||||
}
|
||||
|
||||
img {
|
||||
#tabs-1 img {
|
||||
.mediaborder;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue