Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Prism Plugin
3
***/
4
 
5
pre[class*="language-"] {
6
	padding: 10px;
7
	background: none !important;
8
	border: 1px solid $general-panel-bg-color !important;
9
	box-shadow: none !important;
10
	margin: 0;
11
 
12
	code {
13
		background: none !important;
14
		box-shadow: none !important;
15
		border: 0 !important;
16
	}
17
}