now using the Aristo jQuery UI theme

This commit is contained in:
Bala Clark 2011-11-18 12:54:55 +01:00
parent 7b17d22d23
commit 01a1e44ac4
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "lib/pixastic"] [submodule "lib/pixastic"]
path = lib/pixastic path = lib/pixastic
url = https://github.com/jseidelin/pixastic.git url = https://github.com/jseidelin/pixastic.git
[submodule "css/Aristo"]
path = css/Aristo
url = git://github.com/taitems/Aristo-jQuery-UI-Theme.git

1
css/Aristo Submodule

@ -0,0 +1 @@
Subproject commit 6f16099bc3a43689ecd86dc7d34fa01941fbb92a

View file

@ -9,7 +9,7 @@
<script src="../lib/ComicBook.min.js"></script> <script src="../lib/ComicBook.min.js"></script>
<link rel="stylesheet" href="../css/reset.css"> <link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" href="../css/Aristo/css/Aristo/Aristo.css">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
</head> </head>
<body> <body>