mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix (hide also timeline when size is constrained - same as for buttons)
This commit is contained in:
parent
45dd03864c
commit
899f725faa
|
@ -144,8 +144,10 @@ To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlma
|
||||||
.tar.gz file
|
.tar.gz file
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<div id="timeline">
|
||||||
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sqlmap" data-widget-id="517688929021992960">Tweets by @sqlmap</a>
|
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sqlmap" data-widget-id="517688929021992960">Tweets by @sqlmap</a>
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||||
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -468,6 +468,9 @@ footer a:hover {
|
||||||
aside#sidebar a.button {
|
aside#sidebar a.button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
aside#sidebar div#timeline {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#main-content h1:before,
|
#main-content h1:before,
|
||||||
#main-content h2:before,
|
#main-content h2:before,
|
||||||
#main-content h3:before,
|
#main-content h3:before,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user