Biomod/2014/Komaba: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled css and JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!--j--query-->
<!--Nav Bar Theme-->
<link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/yeti/bootstrap.min.css" rel="stylesheet">
<style>
<style>


Line 16: Line 11:
.firstHeading, #column-one,  #p-bookmarks, #p-history , .portlet{
.firstHeading, #column-one,  #p-bookmarks, #p-history , .portlet{
display:none;
display:none;
}
<!-- footer消す -->
#content#bodyContent, {
/*display:none;*/
background-color:#FFFFFF;
}
}



Revision as of 11:32, 21 August 2014

<html> <head> <style>

/*clearing the side openwetware panels*/ .firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. bodyContent/*clearing the side openwetware panels

.firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

<!-- footer消す -->

  1. content#bodyContent, {

/*display:none;*/ background-color:#FFFFFF; }

  1. OSUfooter{

clear:both; }

  1. footer{display: none;}

/*Done clearing*/ </style> </head> <body>

</body> </html>