Commit a325e900 authored by Antek Grzanka's avatar Antek Grzanka

Lame CSS fixes.

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