Remove cached copies of jQuery / jQuery UI files.
We just need to use the CDN, or else folks are welcome to roll their own theme etc. for use within their templates.
This commit is contained in:
parent
d698bef608
commit
17c6f390c0
18 changed files with 14 additions and 16 deletions
14
tailbone/static/css/jquery.ui.tailbone.css
vendored
Normal file
14
tailbone/static/css/jquery.ui.tailbone.css
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
/**********************************************************************
|
||||
* jquery.ui.tailbone.css
|
||||
*
|
||||
* jQuery UI tweaks for Tailbone
|
||||
**********************************************************************/
|
||||
|
||||
/*
|
||||
* This was provided by the 'smoothness' theme CSS which was cached within the
|
||||
* Tailbone project. Not sure why the CDN theme doesn't do it..?
|
||||
*/
|
||||
.ui-menu-item a {
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue