- 14 Jul, 2019 1 commit
-
-
erdnaxe authored
-
- 10 Jul, 2019 2 commits
- 26 Oct, 2014 1 commit
-
- 29 Sep, 2014 3 commits
-
-
dossist authored
Static navbar at the top used to hide anchor elements when in-page jumps occured. Pseudo padding has been added to anchor elements (headers and span with id) to fix this. Note that margins of elements placed just above and below the anchor will not overlap as they normally do. To mitigate this, pseudo padding will be applied only on the targeted id (one that is specified at the end of URL) rather than being applied to all elements with id.
-
dossist authored
javascript <script> block has been moved into a separate function in order to use python raw string for less escaping issues in the future.
- 22 Sep, 2014 1 commit
-
-
dossist authored
-
- 17 Sep, 2014 1 commit
-
-
dossist authored
Texts between backticks (``) will now be styled to look like codes. (same style as <code>) See comments for the reason why I made this change.
-
- 13 Aug, 2014 1 commit
-
-
dossist authored
Now menu will provide 'revert' action if requested page has a revision number specified (&rev=xx).
-
- 01 Aug, 2014 4 commits
- 31 Jul, 2014 3 commits
-
-
Andreas Härpfer authored
-
Andreas Härpfer authored
Link icons updated
-
dossist authored
.alert-dismissable was actually misspelled and deprecated in 3.2.0. Now we should use .alert-dismissible instead.
-
- 28 Jul, 2014 1 commit
-
-
dossist authored
Removed icons from links which have wiki transclusions as their titles.
-
- 27 Jul, 2014 2 commits
-
-
dossist authored
Fixed grammer of memodump.py to comply with PEP8. Line endings of other files were converted from CR+LF to LF. (I thought my editor was saving in unix style)
-
dossist authored
Floating elements near the end of wiki-rendered boxes were causing broken layout, which is fixed in this patch.
-
- 26 Jul, 2014 1 commit
-
-
dossist authored
sidebar() method was added to change the id of wiki-generated sidebar div box from #sidebar to #sidebar-content (by overriding the original sidebar() method in __init__.py). Normally, the id of the div box used to be #SideBar.sidebar. However, when viewing or editing SideBar page, it was changed to #sidebar which would conflict with one of the parent div boxes with the same id.
-
- 25 Jul, 2014 3 commits
-
-
dossist authored
* changed some icons * adjusted icon size, positions and margins * set line height of icons to 1 * colored icons in gray rather than the inherited blue-ish color * a few typo fixes
-
dossist authored
-
dossist authored
Comment-toggle button now looks like pushed down when toggled on. Icon on the comment button has been changed so that it reflects the state of toggle. Icon for "Raw wiki text" in menu has been changed from "eye-open" to "file" because it uses the same icon as one for the new comment toggler. (sorry for changing this!)
-
- 24 Jul, 2014 1 commit
-
-
Andreas Härpfer authored
-
- 19 Jul, 2014 7 commits
-
-
dossist authored
-
dossist authored
* Fixed print preview messed up on Firefox * Fixed line breaking behavior not properly working inside <pre>
-
dossist authored
Fixed search box icon which used to be positioned too low on IE.
-
dossist authored
-
dossist authored
Navbar for phones
-
dossist authored
mobilenav.js (minified navbar collapse/uncollapse script) is small and specific to this style.
-
dossist authored
* Phones with higher aspect ratio (iPhone5 etc) now receive minified navbar under landscape view. * Top padding of #outbox for navbar are removed under mobile landscape so that page looks better. * Added top margin to alert boxes under mobile landscape to prevent close button to hide behind minified navbar.
-
- 18 Jul, 2014 5 commits
-
-
dossist authored
under landscape view, navbar is minified and placed at the top right corner. when uncollapsed, it will be back to the default style, and minified again when collapsed.
-
dossist authored
Navbar brand were overflowing into another line when rendered on webkit under sm size (768px - 991px). This cannot be reproduced when window size was shrinked from larger width. `display: table;` seems to be calculated to fit contents in one line even if contents were floating.
-
dossist authored
Made improvements to the script. * `.active` class which used to be added when toggled were conflicting with bootstrap class, thus changed to `.on`. * Changed so that target element(s) should be specified via `data-target` attribute (like how bootstrap collapse script does). This allows multiple toggle parts on one page. * `togglejs()` method is added to jQuery, allowing it to be triggered like this: $(this).togglejs(); * `togglejs()` can be used to trigger one-way animation: $(this).togglejs('show'); this does show the element, and if it is already shown does nothing.
-
dossist authored
README: Fix instructions numbering (1. -> 4.)
-
Son Pham authored
The last installation step is labelled `4.` but GitHub's markdown parser thought it was the first item of another list, hence labelled it as `1.`
-
- 17 Jul, 2014 1 commit
-
-
dossist authored
Will now reflect the setting on editor type preference, by simply removing editor=text from query string of the link. `editor_ui` (which tells whether both text and gui links should be displayed or just what you prefer) is still ignored though, as I feel it redundant to have 2 types of editor link on the screen.
-
- 16 Jul, 2014 2 commits