From f2e2e26033509ed2cff748017514cb396f2ed0d4 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 7 Aug 2016 23:52:20 -0400 Subject: [PATCH] make a nice tagline, make the navbar look non-shit, move to 3 columns instead of 4, make text wrap properly --- Makefile | 6 +++--- src/scripts/class.tag | 6 +++--- src/scripts/results.tag | 2 +- src/scripts/row.tag | 2 +- src/scripts/search.tag | 2 +- src/styles/search.css | 25 ++++++++++++++----------- src/templates/search.html | 9 +++------ 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Makefile b/Makefile index ffe7e04..f4fe988 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ clean: install: $(MAKE) clean; $(MAKE); - rm -rf /srv/http/build/; - cp -rT ./build /srv/http/build/; + rm -rf ${SRV_ROOT}build/; + cp -rT ./build ${SRV_ROOT}build/; cp -rT ./build/scripts/ ${SRV_ROOT}scripts/; cp -rT ./build/styles/ ${SRV_ROOT}styles/; - cp search.ini /srv/http/build/; + cp search.ini ${SRV_ROOT}build/; diff --git a/src/scripts/class.tag b/src/scripts/class.tag index cfb4f8c..cf4e64c 100644 --- a/src/scripts/class.tag +++ b/src/scripts/class.tag @@ -1,8 +1,8 @@
-
{ dept } { title }
-
{ prof }
-
{ sem }
+
{ dept } { title }
+
Taught by: { prof }
+
Running: { sem }