From 4315987ef0874e10de40748cdac1f6b84ce27793 Mon Sep 17 00:00:00 2001 From: Tillson Galloway Date: Sat, 2 Jan 2016 00:42:09 -0500 Subject: [PATCH] Navbar dropdown for problems and use font awesome for symbols --- web/css/style.css | 3 +++ web/index.html | 40 +++++++++++++++++++++++----------------- web/pages/rules.html | 2 +- 3 files changed, 27 insertions(+), 18 deletions(-) diff --git a/web/css/style.css b/web/css/style.css index 2a49122..b6ea0b1 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -11,6 +11,9 @@ background-color: #0080FF; margin: -0.1em; } +#style1 .dropdown-menu { + background-color: #1a8dff; +} #email, #password { margin-bottom: 1em; } diff --git a/web/index.html b/web/index.html index 08829b0..6f37153 100644 --- a/web/index.html +++ b/web/index.html @@ -4,6 +4,7 @@ EasyCTF 2016 + @@ -25,45 +26,50 @@ diff --git a/web/pages/rules.html b/web/pages/rules.html index 677ad28..d0ae1e1 100644 --- a/web/pages/rules.html +++ b/web/pages/rules.html @@ -9,7 +9,7 @@ final.

Flag Format

- Most of the flags that you will find will be have the format + Unless otherwise stated, the flags that you will find will be in the format easyctf{example_flag}.

Scoring