summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-06-20 12:04:32 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-06-20 12:04:32 +0200
commite0b9f5b5da014565a3dda6091de0b76276dbe1d0 (patch)
tree51ae5608b891ff799582f8d1b9b12d7ff7ace47b /hyperkitty/templates
parenta0a04dd66690bd43e03b07f80b82f7201615ae81 (diff)
downloadhyperkitty-e0b9f5b5da014565a3dda6091de0b76276dbe1d0.tar.gz
hyperkitty-e0b9f5b5da014565a3dda6091de0b76276dbe1d0.tar.xz
hyperkitty-e0b9f5b5da014565a3dda6091de0b76276dbe1d0.zip
Add Tabs widget and switch to the smoothness jQuery UI theme
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index 3bd1d21..c8987bf 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -9,7 +9,7 @@
<meta name="author" content="" />
<meta name="dc.language" content="en" />
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
- <link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/ui-lightness/jquery-ui-1.10.3.custom.min.css" />
+ <link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/smoothness/jquery-ui-1.10.3.custom.min.css" />
{% assets filters="cssrewrite,cssmin", output="gen/hyperkitty.css", "libs/bootstrap/css/bootstrap.min.css", "css/hyperkitty-base.css", "css/hyperkitty-common.css", "css/hyperkitty-index.css", "css/hyperkitty-user.css", "css/hyperkitty-overview.css", "css/hyperkitty-threadslist.css", "css/hyperkitty-message.css" %}
<link rel="stylesheet" media="all" href="{{ ASSET_URL }}" />
{% endassets %}