1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-07 21:36:06 +00:00

Removed unneeded CSS classes

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:17:50 +01:00
parent df8758e38f
commit d8c3691bd1
22 changed files with 31 additions and 41 deletions

View File

@@ -3,10 +3,10 @@ caption: Server
tags: $:/tags/ControlPanel
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">Login</$button>
Log in to ~TiddlyWeb: <$button message="tw-login">Login</$button>
</$reveal>
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
Logged in as {{$:/status/UserName}} <$button message="tw-logout" class="btn btn-warning">Logout</$button>
Logged in as {{$:/status/UserName}} <$button message="tw-logout">Logout</$button>
</$reveal>
----
@@ -17,4 +17,4 @@ Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" d
----
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button> to fetch changes from the server immediately
<$button message="tw-server-refresh">Refresh</$button> to fetch changes from the server immediately