Changeset 343


Ignore:
Timestamp:
Oct 31, 2017, 11:31:53 PM (6 years ago)
Author:
g7moreau
Message:
  • CSS style for copyright
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r341 r343  
    105105$CAT <<END >> ${TMP}/index.html
    106106</div>
    107 <p style="text-align:right;">
     107<p class="copyright">
    108108Klask (version $(klask version | grep ^Version | cut -f 2 -d ' ')) - $(klask version | grep ^Copyright | cut -f 1 -d '<')
    109109</p>
     
    150150$CAT <<END >> ${TMP}/ip-free.html
    151151</div>
    152 <p style="text-align:right;">
     152<p class="copyright">
    153153Klask (version $(klask version | grep ^Version | cut -f 2 -d ' ')) - $(klask version | grep ^Copyright | cut -f 1 -d '<')
    154154</p>
     
    195195$CAT <<END >> ${TMP}/bad-vlan-id.html
    196196</div>
    197 <p style="text-align:right;">
     197<p class="copyright">
    198198Klask (version $(klask version | grep ^Version | cut -f 2 -d ' ')) - $(klask version | grep ^Copyright | cut -f 1 -d '<')
    199199</p>
  • trunk/style-klask.css

    r340 r343  
    8989   }
    9090
     91p.copyright {
     92   text-align      : right;
     93   margin-right    : 10ex;
     94   }
     95
    9196#navbar ul {
    9297   list-style: none;
Note: See TracChangeset for help on using the changeset viewer.