Logo white

David RENÉ / hayamiki

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hayamiki
  • resources
  • js
  • hayamiki_designer
  • styles
  • print.css
  • add js for designer based on the fork of "wwwsqldesigner"
    73c46b41
    totoro authored
    2016-01-22 19:20:30 +0100  
    Browse Code »
print.css 298 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#bar, #background, #minimap {
	display: none;
}

.table {
	border:1px solid #000000;
	background-color:none;
}

.row {
	background-color:none;
}

.table .shadow-corner, .shadow-right, .shadow-bottom  {
	display:none;
}

.table_title {
	font-weight:bold;
	font-size:115%;
	background-color:none;
}