Add octicon when panes are empty

This commit is contained in:
Kevin Sawicki
2013-01-06 12:59:10 -08:00
parent df309c80dc
commit 06a6a7c507

View File

@@ -28,6 +28,17 @@ html, body {
position: relative;
}
#root-view #panes:before {
display: block;
content: "\f208";
font-family: 'Octicons Regular';
color: #303030;
-webkit-font-smoothing: antialiased;
font-size: 100vmin;
line-height: 100vmin;
text-align: center;
}
#root-view #panes .column {
position: absolute;
top: 0;