fixed typo in images and color of text
This commit is contained in:
@@ -11,7 +11,7 @@ def main(global_config, **settings):
|
|||||||
""" This function returns a Pyramid WSGI application.
|
""" This function returns a Pyramid WSGI application.
|
||||||
"""
|
"""
|
||||||
# session factory
|
# session factory
|
||||||
my_session_factory = SignedCookieSessionFactory('mGcAJn2HmNH6Hc')
|
my_session_factory = SignedCookieSessionFactory('4Dvw5rHvAPmZtb')
|
||||||
authentication_policy = AuthTktAuthenticationPolicy('wMWvAWMZnp6Lch',
|
authentication_policy = AuthTktAuthenticationPolicy('wMWvAWMZnp6Lch',
|
||||||
callback=groupfinder, hashalg='sha512', timeout=36000)
|
callback=groupfinder, hashalg='sha512', timeout=36000)
|
||||||
authorization_policy = ACLAuthorizationPolicy()
|
authorization_policy = ACLAuthorizationPolicy()
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 271 KiB |
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font: 100 18px/24px "Source Serif Pro", serif;
|
font: 100 18px/24px "Source Serif Pro", serif;
|
||||||
color: #4e545f;
|
color: rgb(90, 89, 89);
|
||||||
}
|
}
|
||||||
.monospace-font {
|
.monospace-font {
|
||||||
font-family: Monaco, "Courier New", Courier, monospace;
|
font-family: Monaco, "Courier New", Courier, monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user