mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-16 03:25:56 +00:00
Added tooltip to metadata editor and upped the version of font awesome
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
cursor : pointer;
|
||||
line-height : @height;
|
||||
text-align : center;
|
||||
.tooltipLeft("Edit Brew Metadata");
|
||||
&:hover, &.selected{
|
||||
background-color : #999;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = function(vitreum){
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href="//netdna.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet" />
|
||||
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="/assets/homebrew/favicon.ico" type="image/x-icon" />
|
||||
<title>The Homebrewery - NaturalCrit</title>
|
||||
|
||||
Reference in New Issue
Block a user