diff --git a/Makefile b/Makefile index 7ea09c9..3324160 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,9 @@ release: qswiki qswiki: $(WIKIOBJECTS) $(CXX) $(WIKIOBJECTS) ${LDFLAGS} -I database/hdr -o qswiki -test: $(TESTOBJECTS) +test: $(TESTOBJECTS) $(CXX) $(TESTOBJECTS) ${LDFLAGS} -o test - + gtest: $(GTESTS_TESTDIR)/*.cpp $(GTEST_OBJECTS) $(CXX) -o gtest $(GTESTS_TESTDIR)/*.cpp $(GTEST_OBJECTS) $(GTEST_CXXFLAGS) $(GTEST_DIR)/src/gtest_main.cc $(GTEST_DIR)/src/gtest-all.cc $(GTEST_LDFLAGS) diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index 59607b4..5d30a09 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -47,8 +47,8 @@ nav ul display: flex; align-items: center; flex-wrap: wrap; - - + + } nav li { @@ -56,25 +56,25 @@ nav li padding: 0; - + } nav a, nav a:visited { padding: 10px; text-decoration: none; - color: white; + color: white; display: block; font-weight: bold; text-align: center; line-height: 100%; - + } nav a:hover, nav a:focus { padding: 10px; - text-decoration: none; + text-decoration: none; background-color: white; color: #062463; display: block; @@ -176,7 +176,7 @@ footer a, a:visited { text-decoration: none; - color: white; + color: white; display: inline-block; }