Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / scipy-sphinx-theme / _theme / scipy / static / less / spc-extend.less
Size: Mime:
//spc extend settings

body {
	background-color: rgb(249,250,245);
}

.container {
	width: 80%;
}

.main {
  background-color: white;
  padding: 18px;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  box-shadow: 0 0 3px #888;
}

@import "spc-header.less";
@import "spc-content.less";
@import "spc-rightsidebar.less";
@import "spc-footer.less";