Ignore:
Timestamp:
2014-11-19T09:57:52+13:00 (9 years ago)
Author:
sjs49
Message:

Fixed the mystery error message that was written to console on every page load, by removing our loading of google's chart visualizations. Sgvizler does this by itself now it seems. Also made minor CSS changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/transform/pages/style.css

    r29446 r29450  
    7878
    7979.searchControls{
    80     margin-left:5px;
    81     margin-bottom:5px;
     80    margin-top:7px;
     81    margin-left:5px;
     82    margin-bottom:7px;
    8283}
    8384
     
    110111    margin-bottom: 15px;
    111112}
     113
     114.submitToComparison{
     115    padding:7px;
     116}
     117
     118.formButton{
     119    margin-left:2px;
     120    margin-right:2px;
     121}
    112122/************************/
    113123/**** about.xsl *********/
     
    142152}
    143153
    144 #searchControls{
    145     margin-top:10px;
    146     margin-bottom:5px;
    147 }
    148 
    149154#refineControls{
    150155    margin-left:20px;
     
    164169}
    165170
    166 #span_PageNum{
    167     margin-left:5px;
    168     margin-right:5px;
    169 }
    170171
    171172/************************/
Note: See TracChangeset for help on using the changeset viewer.