Changeset - d2dcdb4c8a01
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 15:10:00
bkuhn@ebb.org
Remove svg because users complain it's cut off.

This works in every browser I tried, but apparently it doesn't work in
some. Go figure.
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
webhacks.cfg
Show inline comments
...
 
@@ -29,6 +29,10 @@
 

	
 

	
 
%% This stuff below uses bootstrap to get a navigation bar.
 

	
 
% This SVG should replace <img> below, but users complained. :-/
 
  
 
%          <svg width="245" height="50" style="margin-bottom: 5px; margin-top: 5px; margin-left: 5px; margin-right: 50px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg>\Hnewline
 
  \Configure{@BODY}{\HCode{<header class="navbar navbar-default navbar-fixed-top copyleft-navbar">\Hnewline
 
      <div class="container">\Hnewline
 
        <div class="navbar-header">\Hnewline
...
 
@@ -38,7 +42,7 @@
 
            <span class="icon-bar"></span>\Hnewline
 
            <span class="icon-bar"></span>\Hnewline
 
          </button>\Hnewline
 
          <svg width="245" height="50" style="margin-bottom: 5px; margin-top: 5px; margin-left: 5px; margin-right: 50px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg>\Hnewline
 
          <img alt="copyleft.org" src="/copyleftorg-green-stylized.png" width="245" height="50"></img>\Hnewline
 
        </div>\Hnewline
 
        <nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation"><ul class="nav navbar-nav">\Hnewline}}
 
\Configure{@BODY}{\selectpropermenuitem\HCode{<li><a href="/guide/comprehensive-gpl-guide.pdf">PDF</a></li>\Hnewline
0 comments (0 inline, 0 general)