GermanPlaya
New Member
I'm creating website using Ruby on rails3 with twitter-bootstrap.
I downloaded bootstrap.css from official website and set up. It shows everything neat but hyper-link color.
I want it in blue color but all the hyper-lins are shown in black....
Can anyone tell me why?? I cannot figure out whymy code is\[code\]<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Test</title> <meta content="authenticity_token" name="csrf-param" /><meta content="Ojw/+I3qfeT25/i6L8ipof4U44ytbGXwcwrzHyIOICM=" name="csrf-token" /> <script src="http://stackoverflow.com/assets/jquery.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery_ujs.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-transition.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-alert.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-modal.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-tab.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-popover.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-button.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/bootstrap.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/communities.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/follows.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/messages.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/rails.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/registrations.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/top.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/user_profiles.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/users.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.ui.core.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.ui.datepicker.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/application.js?body=1" type="text/javascript"></script><link href="http://stackoverflow.com/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/boostrap.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/communities.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/follows.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/messages.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/registrations.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/top.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/users.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.core.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.theme.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.datepicker.css?body=1" media="all" rel="stylesheet" type="text/css" /> <link href="http://stackoverflow.com/questions/13870719/images/favicon.ico" rel="shortcut icon"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon.png" rel="apple-touch-icon"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a href="http://stackoverflow.com/" class="brand">Test</a> <div class="pull-right"> <div class="btn-group"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="http://stackoverflow.com/questions/13870719/#"> <i class="icon-user"></i> John <span class="caret"></span> </a> <ul class="dropdown-menu"> <li><a href="http://stackoverflow.com/users/edit"><i class="icon-cog"></i> Edit</a></li> <li class="divider"></li> <li> <a href="http://stackoverflow.com/logout"><i class="icon-chevron-up"></i> Log out</a> </li> </ul> </div> </div> <div class="container nav-collapse"> <ul class="nav"> </ul> </div><!--/.nav-collapse --> </div> </div> </div> <div class="container wrapper"> <div class="content"> <div class="row"> <div class="span12"> </div> </div> <div class="row"> <div class="span9"> <ul class="breadcrumb" id=""><li><a href="http://stackoverflow.com/">TOP</a><span class="divider">/</span></li><li><a href="http://stackoverflow.com/messages/received">Messages</a><span class="divider">/</span></li></ul> <div class="well sidebar-nav"> <div class="page-header"> <h1> Received Messages </h1></div><table class="table table-striped table-hover table-condensed"> <thead> <tr> <th>delete</th> <th>ID</th> <th>Unread</th> <th>Date</th> <th> From </th> <th>Subject</th> </tr> </thead> <tbody> <form accept-charset="UTF-8" action="/messages/discard?via=post" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="http://stackoverflow.com/questions/13870719/✓" /><input name="authenticity_token" type="hidden" value="http://stackoverflow.com/questions/13870719/Ojw/+I3qfeT25/i6L8ipof4U44ytbGXwcwrzHyIOICM=" /></div> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/6" /></td> <td>6</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/6?breadcrumb=inbox">Re: Re: ssss</a></td> </tr> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/5" /></td> <td>5</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/5?breadcrumb=inbox">Re: Re: ssss</a></td> </tr> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/1" /></td> <td>1</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/1?breadcrumb=inbox">ssss</a></td> </tr> <input class="btn btn-mini btn-danger" name="commit" type="submit" value="http://stackoverflow.com/questions/13870719/delete checked items" /></form> </tbody></table></ br><div class='text-align:center;'></div> </div> </div> <div class="span3"> <div class="well sidebar-nav"> <h3>Menu</h3> <ul class="nav nav-list"> <li class="nav-header">Account</li> <li> <a href="http://stackoverflow.com/users/edit"><i class="icon-cog"></i> User Edit</a> </li> <li class="divider"></li> <li class="nav-header">Messages</li> <li><a href="http://stackoverflow.com/messages/received"><i class="icon-envelope"></i> Received</a></li> <li><a href="http://stackoverflow.com/messages/sent"><i class="icon-share-alt"></i> Sent</a></li> <li><a href="http://stackoverflow.com/messages/trash"><i class="icon-trash"></i> Trash</a></li> <li class="divider"></li> <li class="nav-header">Lists</li> <li><a href="http://stackoverflow.com/users"><i class="icon-envelope"></i> User List</a></li> <li><a href="http://stackoverflow.com/communities"><i class="icon-share-alt"></i> Community List</a></li> </ul> <br /> </div><!--/.well --> </div> </div><!--/row--> </div><!--/content--> </div> <!-- /container --> <footer> <br /> <br /> <p><center>© 2012 Test</center></p> </footer> </body></html>\[/code\]
I downloaded bootstrap.css from official website and set up. It shows everything neat but hyper-link color.
I want it in blue color but all the hyper-lins are shown in black....
Can anyone tell me why?? I cannot figure out whymy code is\[code\]<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Test</title> <meta content="authenticity_token" name="csrf-param" /><meta content="Ojw/+I3qfeT25/i6L8ipof4U44ytbGXwcwrzHyIOICM=" name="csrf-token" /> <script src="http://stackoverflow.com/assets/jquery.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery_ujs.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-transition.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-alert.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-modal.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-tab.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-popover.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-button.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/twitter/bootstrap.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/bootstrap.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/communities.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/follows.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/messages.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/rails.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/registrations.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/top.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/user_profiles.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/users.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.ui.core.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/jquery.ui.datepicker.js?body=1" type="text/javascript"></script><script src="http://stackoverflow.com/assets/application.js?body=1" type="text/javascript"></script><link href="http://stackoverflow.com/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/boostrap.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/communities.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/follows.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/messages.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/registrations.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/top.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/users.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.core.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.theme.css?body=1" media="all" rel="stylesheet" type="text/css" /><link href="http://stackoverflow.com/assets/jquery.ui.datepicker.css?body=1" media="all" rel="stylesheet" type="text/css" /> <link href="http://stackoverflow.com/questions/13870719/images/favicon.ico" rel="shortcut icon"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon.png" rel="apple-touch-icon"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> <link href="http://stackoverflow.com/questions/13870719/images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a href="http://stackoverflow.com/" class="brand">Test</a> <div class="pull-right"> <div class="btn-group"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="http://stackoverflow.com/questions/13870719/#"> <i class="icon-user"></i> John <span class="caret"></span> </a> <ul class="dropdown-menu"> <li><a href="http://stackoverflow.com/users/edit"><i class="icon-cog"></i> Edit</a></li> <li class="divider"></li> <li> <a href="http://stackoverflow.com/logout"><i class="icon-chevron-up"></i> Log out</a> </li> </ul> </div> </div> <div class="container nav-collapse"> <ul class="nav"> </ul> </div><!--/.nav-collapse --> </div> </div> </div> <div class="container wrapper"> <div class="content"> <div class="row"> <div class="span12"> </div> </div> <div class="row"> <div class="span9"> <ul class="breadcrumb" id=""><li><a href="http://stackoverflow.com/">TOP</a><span class="divider">/</span></li><li><a href="http://stackoverflow.com/messages/received">Messages</a><span class="divider">/</span></li></ul> <div class="well sidebar-nav"> <div class="page-header"> <h1> Received Messages </h1></div><table class="table table-striped table-hover table-condensed"> <thead> <tr> <th>delete</th> <th>ID</th> <th>Unread</th> <th>Date</th> <th> From </th> <th>Subject</th> </tr> </thead> <tbody> <form accept-charset="UTF-8" action="/messages/discard?via=post" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="http://stackoverflow.com/questions/13870719/✓" /><input name="authenticity_token" type="hidden" value="http://stackoverflow.com/questions/13870719/Ojw/+I3qfeT25/i6L8ipof4U44ytbGXwcwrzHyIOICM=" /></div> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/6" /></td> <td>6</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/6?breadcrumb=inbox">Re: Re: ssss</a></td> </tr> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/5" /></td> <td>5</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/5?breadcrumb=inbox">Re: Re: ssss</a></td> </tr> <tr> <td><input id="id_" name="id[]" type="checkbox" value="http://stackoverflow.com/questions/13870719/1" /></td> <td>1</td> <td></td> <td>December 13, 2012</td> <td> Mike</td> <td><a href="http://stackoverflow.com/messages/show/1?breadcrumb=inbox">ssss</a></td> </tr> <input class="btn btn-mini btn-danger" name="commit" type="submit" value="http://stackoverflow.com/questions/13870719/delete checked items" /></form> </tbody></table></ br><div class='text-align:center;'></div> </div> </div> <div class="span3"> <div class="well sidebar-nav"> <h3>Menu</h3> <ul class="nav nav-list"> <li class="nav-header">Account</li> <li> <a href="http://stackoverflow.com/users/edit"><i class="icon-cog"></i> User Edit</a> </li> <li class="divider"></li> <li class="nav-header">Messages</li> <li><a href="http://stackoverflow.com/messages/received"><i class="icon-envelope"></i> Received</a></li> <li><a href="http://stackoverflow.com/messages/sent"><i class="icon-share-alt"></i> Sent</a></li> <li><a href="http://stackoverflow.com/messages/trash"><i class="icon-trash"></i> Trash</a></li> <li class="divider"></li> <li class="nav-header">Lists</li> <li><a href="http://stackoverflow.com/users"><i class="icon-envelope"></i> User List</a></li> <li><a href="http://stackoverflow.com/communities"><i class="icon-share-alt"></i> Community List</a></li> </ul> <br /> </div><!--/.well --> </div> </div><!--/row--> </div><!--/content--> </div> <!-- /container --> <footer> <br /> <br /> <p><center>© 2012 Test</center></p> </footer> </body></html>\[/code\]