mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 13:02:45 +00:00
Split off the old stlying in a separate file
This commit is contained in:
@@ -106,7 +106,7 @@ const OLD_BrewRenderer = React.createClass({
|
||||
},
|
||||
|
||||
renderPage : function(pageText, index){
|
||||
return <div className='phb' id={`p${index + 1}`} dangerouslySetInnerHTML={{__html:Markdown.render(pageText)}} key={index} />
|
||||
return <div className='phb_old' id={`p${index + 1}`} dangerouslySetInnerHTML={{__html:Markdown.render(pageText)}} key={index} />
|
||||
},
|
||||
|
||||
renderPages : function(){
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
|
||||
@import (less) './client/homebrew/phbStyle/phb.style.less';
|
||||
//@import (less) './shared/depricated/phb.old.css';
|
||||
.pane{
|
||||
position : relative;
|
||||
}
|
||||
@@ -30,7 +28,7 @@
|
||||
}
|
||||
.pages{
|
||||
margin : 30px 0px;
|
||||
&>.phb{
|
||||
&>.phb_old{
|
||||
margin-right : auto;
|
||||
margin-bottom : 30px;
|
||||
margin-left : auto;
|
||||
|
||||
1
shared/depricated/phb.old.css
Normal file
1
shared/depricated/phb.old.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user