Right-aligned interfaces

This commit is contained in:
Phil Howard 2016-11-01 22:04:29 +00:00
parent 45aea50f91
commit a068709396
2 changed files with 3 additions and 1 deletions

View File

@ -368,6 +368,7 @@ Left Column
display: block;
clear: both;
line-height: 2px;
text-align:right;
ul, li {
list-style:none;

View File

@ -294,7 +294,8 @@ Left Column
padding: 0px 2px 2px 2px;
display: block;
clear: both;
line-height: 2px; }
line-height: 2px;
text-align: right; }
#interfaces ul, #interfaces li {
list-style: none;
margin: 0;