server list looks like something
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
@@ -10,6 +11,15 @@
|
||||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
||||
* file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*= require active_scaffold
|
||||
*/
|
||||
@import "bootstrap";
|
||||
|
||||
#logo {
|
||||
margin: 20px;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.server-thumbnail {
|
||||
margin: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user