我有3个元素,我试图将按钮对准屏幕的右侧,但我很难这样做.
<div class="container">
<div class="row-fluid">
<h4>
<img src="img.png" style="width:50px;">
Title
<a href="link_to_img.html" class="btn btn-success">Grab it!</a>
</h4>
</div>
</div>
Run Code Online (Sandbox Code Playgroud) 我想在我的Scala项目中使用ScalaTest,特别是SuperSafe Community Edition.我按照安装说明操作,我使用的是sbt 0.13和scala 2.11.8.
我收到以下错误:
[error] (*:update) sbt.ResolveException: unresolved dependency: com.artima.supersafe#sbtplugin;1.1.0-RC6: not found
Run Code Online (Sandbox Code Playgroud)
我试图使用与scala 2.11.8相关的其他工件,但没有运气.
我可以使用带有sbt 0.3和scala 2.11.8的SuperSafe社区版吗?