diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-01 01:46:18 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-01 01:46:18 -0500 |
| commit | dc97e2ffed3a44b472ce28fd7e055883c1b68576 (patch) | |
| tree | ab752198a2ac55dc50838f5e66ac3076a444cd96 /index.jinja | |
| parent | fc500a4feaf2e4030cabbfae9ed7372a5c416b3b (diff) | |
| download | reading_group-dc97e2ffed3a44b472ce28fd7e055883c1b68576.tar.gz | |
Inline CSS, viewport
Diffstat (limited to 'index.jinja')
| -rw-r--r-- | index.jinja | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/index.jinja b/index.jinja index d20e06e..06e32b8 100644 --- a/index.jinja +++ b/index.jinja @@ -2,8 +2,19 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name=viewport content="width=device-width, initial-scale=1"> <title>Submodularity Reading Group</title> - <link rel="stylesheet" href="custom.css"> + <style> +body { font-family: "Source Sans Pro", "Verdana", "Helvetica", sans-serif; color: #333; font-size: 13pt; max-width: 700px; margin: 0 auto; padding: 0 1em } +.subtext { font-size: 80%; font-weight: normal; } +a { text-decoration: none; color: #428BCA} +a:hover {text-decoration: underline; color: #2A6496} +h1 { text-align: center } +h2 { border-bottom: 1px solid #EEE; } +ul { padding-left: 0; list-style:none } +ol { padding-left: 1.5em; } +li + li { margin-top: 0.5em} + </style> </head> <body> <h1>Submodular Optimization Reading Group<br> |
