]> Git repositories of Nishi - repoview.git/commitdiff
fix
authorNishi <nishi@nishi.boats>
Sat, 24 Aug 2024 08:19:05 +0000 (08:19 +0000)
committerNishi <nishi@nishi.boats>
Sat, 24 Aug 2024 08:19:05 +0000 (08:19 +0000)
git-svn-id: file:///raid/svn-personal/repoview/trunk@68 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f

CGI/theme/modern.c

index 521179b03c4be848cde2313ecea3d5ee038f196f..269885b1b4dc3baeeab7912be5680793b6481f9e 100644 (file)
@@ -1114,7 +1114,7 @@ void render_stuff(void) {
                add_data(&buffer, "</a>");
 #endif
 #endif
-               add_data(&buffer, "<div style=\"clear: both;float: right;font-size: 10px;padding-right: 0;font-style: italic;\">You have logged in as <a href=\"");
+               add_data(&buffer, "<div style=\"clear: both;float: right;font-size: 10px;padding-right: 0;font-style: italic;padding-top: 0;\">You have logged in as <a href=\"");
                add_data(&buffer, INSTANCE_ROOT);
                add_data(&buffer, "/?page=mypage\">");
                add_data(&buffer, user);