diff options
author | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:33:38 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:33:38 +0100 |
commit | dfabefdd96f02c4488a3a1d75c29f885c6ea80ec (patch) | |
tree | c95d0a9a6293db90c5904ba61e2570f69f9abfb3 | |
parent | 30ae42c8559999e906e71693cfa3479c12a7c5e7 (diff) |
paint clear link on side of menu
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 4bf407f..baa9587 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -85,7 +85,7 @@ </logic:notPresent> </logic:iterate> </ul> - <div style="font-size: small; float:right;"><logic:notPresent name="entityID" scope="request"> + <div style="font-size: small; float:right; margin-top: 5px;"><logic:notPresent name="entityID" scope="request"> <bean:define id="targ" name="target" /> <bean:define id="shire" name="shire" /> <bean:define id="pid" name="providerId" /> |