Commit a325e900 authored by Antek Grzanka's avatar Antek Grzanka

Lame CSS fixes.

parent 31f286c1
......@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<style>
body {
background: #FFFFFF;
......@@ -74,9 +75,9 @@
background: -o-linear-gradient(top,#152a36 0,#061a25 100%);
background: -ms-linear-gradient(top,#152a36 0,#061a25 100%);
background: linear-gradient(to bottom,#152a36 0,#061a25 100%);
right: 0px;
right: 6px;
padding-top: 10px;
padding-bottom: 10px;
padding-bottom: 16px;
letter-spacing: -0.7px;
font-size: 14px;
border-top-right-radius: 5px;
......
......@@ -69,8 +69,8 @@ class MainHandler(tornado.web.RequestHandler):
def make_app():
return tornado.web.Application([
(r"/view", MainHandler),
(r'/()', tornado.web.StaticFileHandler, {'path': '/home/smok/smogonet/index.html'})
#(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'})
#(r'/()', tornado.web.StaticFileHandler, {'path': '/home/smok/smogonet/index.html'})
(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'})
# Odkomentuj linijke z index.html a zakomentuj te z home/smok jesli chcesz zeby dzialalo lokalnie :)
# Ale nie commituj tej zmiany nigdy!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment