1
0
Fork 0

Added more style to arango-store

This commit is contained in:
Michael Hackstein 2015-01-08 16:02:21 +01:00
parent 6b792b07bd
commit e813caaef8
3 changed files with 27 additions and 2 deletions

View File

@ -323,3 +323,19 @@ pre.gv-object-view {
}
}
.foxx-store-row {
.foxx-name {
font-weight: 700;
}
.foxx-author {
margin-top: -4px;
font-size: 10pt;
font-weight: 300;
}
.foxx-version {
font-weight: 400;
}
}

View File

@ -4639,6 +4639,15 @@ pre.gv-object-view {
margin-bottom: 0;
width: 100%; }
.foxx-store-row .foxx-name {
font-weight: 700; }
.foxx-store-row .foxx-author {
margin-top: -4px;
font-size: 10pt;
font-weight: 300; }
.foxx-store-row .foxx-version {
font-weight: 400; }
.navlogo .stat_cpu {
height: 26px;
margin-top: 1px;

File diff suppressed because one or more lines are too long