remove obsolete css
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jul 2011 23:21:58 +0000 (01:21 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jul 2011 23:21:58 +0000 (01:21 +0200)
public/user.html

index d604fff..1e3ee78 100644 (file)
@@ -177,28 +177,6 @@ angular.formatter('include', {
   </script>
 
 <style type="text/css">
-#columns {
-       float: right;
-       position: fixed;
-       top: 0;
-       right: 0;
-       z-index: 10;
-       background: #eee;
-}
-
-#columns > span {
-       float: right;
-}
-
-/*
-#columns ul {
-       display: none;
-}
-
-#columns:hover ul {
-       display: block;
-}A
-*/
 
 table {
        border-collapse:collapse;
@@ -290,7 +268,7 @@ th, td {
     <h2><tt>{{selected_username}}</tt> LDAP entry</h2>
 
     <ul ng:show="LDAP">
-     <li ng:repeat="c in keys(LDAP)"><tt>{{c}}</tt> {{LDAP[0][c]}}</li>
+     <li ng:repeat="c in keys(LDAP)">{{c}} <b>{{LDAP[0][c]}}</b></li>
     </ul>
 
    <div class="panel_right" ng:show="cpe.table">