diff options
| author | 2016-04-22 13:34:08 +0200 | |
|---|---|---|
| committer | 2016-04-22 13:34:08 +0200 | |
| commit | 9012994afcba7565ebd091e1ae162ee87f6befb1 (patch) | |
| tree | e093476518582f26bdca87771c5ce4d4c05f24f0 | |
| parent | a062a3cff73f280f70c3acde573da3eb32fef404 (diff) | |
| parent | fc4cd60191ab57240566641bd03c848af7dbd8f0 (diff) | |
Merge branch 'FreshRSS/dev' into dev
| -rw-r--r-- | p/index.html | 18 | ||||
| -rw-r--r-- | p/themes/p.css | 17 |
2 files changed, 18 insertions, 17 deletions
diff --git a/p/index.html b/p/index.html index ef5cb87ce..3f4284eb5 100644 --- a/p/index.html +++ b/p/index.html @@ -5,27 +5,11 @@ <meta name="viewport" content="initial-scale=1.0" /> <meta http-equiv="Refresh" content="0; url=i/" /> <title>FreshRSS</title> +<link rel="stylesheet" href="themes/p.css" /> <link rel="shortcut icon" type="image/x-icon" sizes="16x16 64x64" href="favicon.ico" /> <link rel="icon msapplication-TileImage apple-touch-icon" type="image/png" sizes="256x256" href="themes/icons/favicon-256.png" /> <meta name="msapplication-TileColor" content="#FFF" /> <meta name="robots" content="noindex" /> -<style> -body { - font-family: sans-serif; - text-align: center; -} -h1 { - font-size: xx-large; - text-shadow: 1px -1px 0 #CCCCCC; -} -h1 a { - color: #0062BE; - text-decoration: none; -} -img { - border: 0; -} -</style> </head> <body> diff --git a/p/themes/p.css b/p/themes/p.css new file mode 100644 index 000000000..171b2078b --- /dev/null +++ b/p/themes/p.css @@ -0,0 +1,17 @@ +@charset "UTF-8"; + +body { + font-family: sans-serif; + text-align: center; +} +h1 { + font-size: xx-large; + text-shadow: 1px -1px 0 #CCCCCC; +} +h1 a { + color: #0062BE; + text-decoration: none; +} +img { + border: 0; +} |
