From 8b18ee49ffbc51e4d377a99fd391ee44d876734f Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 29 Jun 2012 05:29:58 -0400 Subject: quattro: some updates - add makefile to rebuild both css with single command - fix icons in Forums widget - style photos pages --- view/theme/quattro/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 view/theme/quattro/Makefile (limited to 'view/theme/quattro/Makefile') diff --git a/view/theme/quattro/Makefile b/view/theme/quattro/Makefile new file mode 100644 index 000000000..5df58c821 --- /dev/null +++ b/view/theme/quattro/Makefile @@ -0,0 +1,5 @@ +all: + cd dark; make; cd .. + cd green; make; cd .. + + -- cgit v1.2.3