diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a635ea36..186ee51a7 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,15 @@ npm install -g grunt-cli [Fork](https://github.com/jlukic/Semantic-UI/fork) -### 4) Start Your Server +### 4A) Build Semantic + +In order to have the current version of semantic available inside your local documentation, you will have to build it once with Grunt + +```bash +grunt build +``` + +### 4B) Start Your Server ```bash docpad run diff --git a/bower.json b/bower.json index 62f0615df..d0f76873e 100755 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com", "main": [ - "./build/*" + "build/**/*" ], "author": { "name" : "Jack Lukic", diff --git a/server/documents/elements/icon.html.eco b/server/documents/elements/icon.html.eco index 5c30f0b50..2af13a9b2 100755 --- a/server/documents/elements/icon.html.eco +++ b/server/documents/elements/icon.html.eco @@ -60,8 +60,8 @@ type : 'UI Element'
File
File Outline
Folder
-
Open Folder
-
Open Folder Outline
+
Open Folder
+
Open Folder Outline
Folder Outline
Help
Home
@@ -69,15 +69,15 @@ type : 'UI Element'
Info
Info Letter
Legal
-
Location
+
Location
Mail
Mail Outline
Map
Map Marker
Mobile
Music
-
Chat Outline
-
Comment Outline
+
Chat Outline
+
Comment Outline
Payment
Photo
QR Code
@@ -123,8 +123,8 @@ type : 'UI Element' - - + + @@ -139,8 +139,8 @@ type : 'UI Element' - - + + @@ -176,7 +176,7 @@ type : 'UI Element'
Add Sign
Add Sign Box
Adjust
-
Empty Bookmark
+
Empty Bookmark
Bookmark
Cloud Download
Cloud Upload
@@ -192,7 +192,7 @@ type : 'UI Element'
Filter
Flag
Fork Code
-
Forward
+
Forward Mail
Fullscreen
Hide
Level Down
@@ -203,8 +203,8 @@ type : 'UI Element'
Remove
Remove Sign
Reorder
-
Reply All
-
Reply
+
Reply All Mail
+
Reply Mail
Retweet
Save
Screenshot
@@ -220,8 +220,8 @@ type : 'UI Element'
- + @@ -273,7 +273,7 @@ type : 'UI Element'
Block Layout
Column Layout
-
Grid
+
Grid Layout
List Layout
Resize Full
Resize Horizontal
@@ -386,6 +386,7 @@ type : 'UI Element'

Icons can represent actions that occur on media

Backward
+
Forward
Eject
Fast Backward
Fast Forward
@@ -406,6 +407,7 @@ type : 'UI Element'
+ @@ -451,7 +453,7 @@ type : 'UI Element'
Fighter Jet
Fire Extinguisher
Fire
-
Checkered Flag
+
Checkered Flag
Food
Gamepad
Gift
@@ -512,7 +514,7 @@ type : 'UI Element' - + @@ -565,7 +567,7 @@ type : 'UI Element'
Empty Checkbox
Checked Checkbox
Exclamation
-
attention
+
Attention
Frown
Heart Empty
Heart
@@ -575,9 +577,9 @@ type : 'UI Element'
OK Circle
OK Sign
Smile
-
Empty Star
-
Half Empty Star
-
Half Star
+
Empty Star
+
Half Empty Star
+
Half Star
Star
Thumbs Down
Thumbs Down Outline
@@ -590,12 +592,12 @@ type : 'UI Element'
- + - + @@ -603,12 +605,11 @@ type : 'UI Element' - - - - + + + @@ -640,18 +641,18 @@ type : 'UI Element'
Triangle Left
Triangle Right
Triangle Up
-
Down Arrow
-
Left Arrow
-
Right Arrow
-
Up Arrow
+
Down Arrow
+
Left Arrow
+
Right Arrow
+
Up Arrow
Arrow Sign Down
Arrow Sign Left
Arrow Sign Right
Arrow Sign Up
-
Circle Arrow Left
-
Circle Arrow Right
-
Circle Arrow Up
-
Circle Down Arrow
+
Circle Left
+
Circle Right
+
Circle Up
+
Circle Down
Circle Blank
Circle
Double Angle Down
@@ -679,29 +680,28 @@ type : 'UI Element' - - - - + + + + - - - - + + + + - - - - + + + + - @@ -726,13 +726,13 @@ type : 'UI Element'

Currency

Icons can represent units of currency

-
US Dollar
+
Dollar
Euro
-
British Pound
+
Pound
Rupee
-
Korean Won
-
Japanese Yen
-
Chinese Yuan
+
Won
+
Yen
+
Yuan
@@ -959,7 +959,7 @@ type : 'UI Element'
Flag
Cancel
Close
-
Delete
+
Delete
Check
Edit
Open
@@ -985,7 +985,7 @@ type : 'UI Element' - + @@ -1039,8 +1039,8 @@ type : 'UI Element'
Fast-forward
Pause
Play
-
To-start
-
To-end
+
To-start
+
To-end
Forward
Shuffle
Clockwise
@@ -1051,8 +1051,8 @@ type : 'UI Element' - + @@ -1138,7 +1138,7 @@ type : 'UI Element'

Symbols

Icons can represent common symbols

-
Left Open
+
Left Arrow
Left Triangle
Left
Right
@@ -1149,7 +1149,7 @@ type : 'UI Element'
Up Arrow
Down Arrow
Down Triangle
-
Down Arrow
+
Down
Cube
Minus
Plus
@@ -1181,6 +1181,11 @@ type : 'UI Element'
Twitter
Github
+
+ + + +
diff --git a/src/collections/message.less b/src/collections/message.less index 51076006a..2fa12ed0a 100755 --- a/src/collections/message.less +++ b/src/collections/message.less @@ -233,7 +233,7 @@ display: table; width: 100%; } -.ui.icon.message > .icon { +.ui.icon.message > .icon:not(.close) { display: table-cell; vertical-align: middle; font-size: 3.8em;