aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch boostrap2 to production versions of JS and CSS (minimified)Stéphane Raimbault2012-04-062-20/+9
|
* Trailing whitespaces cleanup in bootstrap2Stéphane Raimbault2012-04-069-126/+120
|
* Merge pull request #23 from alexex/masterAlexis Metaireau2012-04-033-1/+37
|\ | | | | disqus support
| * [bootlex] fixesAlexander Jung-Loddenkemper2012-04-032-3/+2
| |
| * Bootlex now supports disqusAlexander Jung-Loddenkemper2012-04-033-1/+38
| |
* | Merge pull request #17 from farseerfc/masterAlexis Metaireau2012-03-2756-0/+18423
|\ \ | | | | | | I made (yet another) bootstrap 2.0 theme
| * | put sidebar on right sideJiachen Yang2012-03-211-51/+6
| | |
| * | put sidebar on right side which is more common for blogs. Links under ↵Jiachen Yang2012-03-211-0/+43
| | | | | | | | | | | | contents on mobile devices
| * | Merge pull request #1 from Lothiraldan/patch-1Jiachen Yang2012-03-201-1/+1
| |\ \ | | | | | | | | Fix a typo in bootstrap2 theme (Catagories -> Categories).
| | * | Fix a typo in bootstrap2 theme (Catagories -> Categories). Boris Feld2012-03-201-1/+1
| |/ /
| * | add google custom search supportJiachen Yang2012-03-122-3/+21
| | |
| * | add SIDEBAR_CUSTOM settingJiachen Yang2012-03-121-0/+4
| | |
| * | updated screenshotJiachen Yang2012-03-121-0/+0
| | |
| * | minor changes, added license fileJiachen Yang2012-03-1210-43/+59
| | |
| * | changed READMEJiachen Yang2012-03-111-0/+2
| | |
| * | add README and screenshotJiachen Yang2012-03-112-0/+9
| | |
| * | adjust bootstrap2Jiachen Yang2012-03-1133-190/+11721
| | |
| * | init bootstrap2Jiachen Yang2012-03-1129-0/+6845
| | |
* | | Merge pull request #20 from tomatic/patch-1Alexis Metaireau2012-03-271-1/+1
|\ \ \ | | | | | | | | Added closing anchor tag.
| * | | Added closing anchor tag.tomatic2012-03-201-1/+1
| | | |
* | | | Merge pull request #22 from tomatic/patch-3Alexis Metaireau2012-03-271-1/+1
|\ \ \ \ | | | | | | | | | | Added missing closing anchor tag.
| * | | | Added missing closing anchor tag.tomatic2012-03-201-1/+1
| |/ / /
* | | | Merge pull request #21 from tomatic/patch-2Alexis Metaireau2012-03-271-1/+1
|\ \ \ \ | | | | | | | | | | Added missing closing anchor tag
| * | | | Added missing closing anchor tagtomatic2012-03-201-1/+1
| |/ / /
* | | | Merge pull request #19 from alexex/masterAlexis Metaireau2012-03-2716-0/+4339
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| added bootlex theme to the themes repo
| * | a bunch of bootlex fixes.Alexander Jung-Loddenkemper2012-03-285-76/+87
| | |
| * | merged analytics and changes to make bootlex xhtml strictAlexander Jung-Loddenkemper2012-03-184-24/+26
| | |
| * | added license to bootlex.Alexander Jung-Loddenkemper2012-03-181-0/+13
| | |
| * | added bootlex theme.Alexander Jung-Loddenkemper2012-03-1815-0/+4313
|/ /
* | Merge pull request #18 from magopian/masterAlexis Metaireau2012-03-161-0/+0
|\ \ | | | | | | added a screenshot to the mnmlist theme
| * | added a screenshot to the mnmlist themeMathieu Agopian2012-03-161-0/+0
|/ /
* | Merge pull request #12 from Mins/masterAlexis Metaireau2012-03-1011-390/+474
|\ \ | |/ |/| Updates to tuxlite_tbs and bootstrap themes
| * Updated screenshot.Matts2012-02-121-0/+0
| |
| * Removed accidental "i" char from navbar code.Matts2012-02-121-1/+2
| |
| * Added collapsible navbar. Moved archives and tags to sidebar.Matts2012-02-121-16/+30
| |
| * List archives using a 2 column table.Matts2012-02-111-11/+15
| |
| * Changed line height for tables to 1.3em in local.css.Matts2012-02-111-0/+1
| |
| * Increased margin bottom to 4em for nav bar.Matts2012-02-111-1/+1
| |
| * Changed body and p elements to use font-size: 100%.Matts2012-02-111-2/+2
| |
| * Added missing </a> tag. Edited header elements.Matts2012-02-111-3/+3
| |
| * Changed header elements from h2 to h1 and h3 to h2 in archives.htmlMatts2012-02-111-2/+2
| |
| * Removed "other entries" header from index.htmlMatts2012-02-111-4/+0
| |
| * Added margin for summary class. Float right for read more button.Matts2012-02-111-1/+2
| |
| * Edited header elements again.Matts2012-02-111-1/+2
| |
| * Changed header elements. Also added top margin for H3 element.Matts2012-02-113-5/+5
| |
| * Removed if loop from base.html. page.category|lower = documentationMatts2012-02-111-2/+0
| |
| * Added margins to 'li' and 'p' elements.Matts2012-02-111-1/+2
| |
| * Added line-height: 1.6em to "p" elementMatts2012-02-011-1/+1
| |
| * Fixed code to display lastfm icon - local.cssMatts2012-02-011-1/+1
| |
| * Various fixes and updatesMatts2012-02-019-355/+422
| | | | | | | | | | | | | | | | | | - Updated CSS files with latest 2.0 release - Removed shaded borders around content - Added right margin to seperate content from sidebar - Fixed disqus code - Changed navbar color - Many misc fixes