Use unminified foundation (PART OF PRINT COLOUR FIX)
This switches to unminified foundation, so we can bypass Foundation's moronic "color: black!important" rule for print media. Seriously, why the everyliving fuck is that there?!
This commit is contained in:
parent
e9e0b0ad80
commit
4227a55a98
@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>%(title)s</title>
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/jquery-ui/jquery-ui.min.css" />
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/foundation/css/foundation.min.css" />
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/foundation/css/foundation.css" />
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/fontawesome/css/all.css" />
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/select2/css/select2.min.css" />
|
||||
<link rel="stylesheet" href="{V_[templatepath]}3rdparty/select2-foundation/select2-foundation-theme.min.css" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user